From 0d7e31c0ce0382250e818597a4917edb0c27db56 Mon Sep 17 00:00:00 2001 From: Claudio Costa Date: Thu, 29 Feb 2024 08:41:36 -0600 Subject: [PATCH] Implement missing tooltips (#644) --- webapp/i18n/en.json | 3 ++ .../src/components/call_widget/component.tsx | 2 ++ .../components/expanded_view/component.tsx | 35 ++++++++++++------- 3 files changed, 28 insertions(+), 12 deletions(-) diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index dbf530598..83eb74c3b 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -40,6 +40,7 @@ "AYHboe": "This is a paid feature, available with a free 30-day trial", "BzWJNo": "You don't have permission to stop the recording. Please ask the call host to stop the recording.", "Cbb/An": "Lower hand", + "D3idYv": "Settings", "DKskNw": "You don't have permission to end the call. Please ask the call owner to end call.", "DLokwF": "You need to be using an HTTPS connection to make calls. Visit the documentation for more information.", "DuV+hE": "No screen sharing permissions", @@ -102,6 +103,7 @@ "aC/wxa": "a few seconds ago", "aVENjO": "By selecting Try free for 30 days, I agree to the Mattermost Software Evaluation Agreement, Privacy Policy, and receiving product emails.", "axn5zT": "Here's the call recording. Transcription is processing and will be posted when ready.", + "b2Wfwm": "Open in new window", "bBIj2W": "Recording has stopped. Processing…", "bRM2eb": "Something went wrong with calls", "bvd1gK": "Try channel calls with a free trial", @@ -155,6 +157,7 @@ "o1mCbV": "Stop presenting", "oCnRcJ": "Raise hand", "oHffQz": "There was an error with the connection to the call. Try to re-join the call.", + "oNH4AW": "Close window", "ogJ7x+": "Upgrade to Cloud Professional or Cloud Enterprise to enable group calls with more than {count, plural, =1 {# participant} other {# participants}}.", "p7D2e3": "In this channel", "paBpxN": "Ignore", diff --git a/webapp/src/components/call_widget/component.tsx b/webapp/src/components/call_widget/component.tsx index 41d75f7d8..3789bbba7 100644 --- a/webapp/src/components/call_widget/component.tsx +++ b/webapp/src/components/call_widget/component.tsx @@ -1973,6 +1973,7 @@ export default class CallWidget extends React.PureComponent { { {
- + +
{!this.props.screenSharingSession &&