You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/CallingSettingsPanel/i18n/en-US.js
+7-10Lines changed: 7 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,12 @@ export default {
11
11
ringoutHint: 'Ring me at my location first, then connect the called party',
12
12
myLocationLabel: 'My Location',
13
13
press1ToStartCallLabel: 'Prompt me to dial 1 before connecting the call',
14
-
[`${callingOptions.browser}Tooltip`]: `Use this option to make and receive calls
15
-
using your computer’s microphone and speaker.`,
16
-
[`${callingOptions.softphone}Tooltip`]: `Use this option to make and receive calls
17
-
using your {brand} for Desktop app.`,
14
+
[`${callingOptions.browser}Tooltip`]: 'Use this option to make and receive calls using your computer’s microphone and speaker.',
15
+
[`${callingOptions.softphone}Tooltip`]: 'Use this option to make and receive calls using your {brand} for Desktop app.',
18
16
[`${callingOptions.myphone}Tooltip`]: 'Use this option to make calls using your {brand} phone.',
19
-
[`${callingOptions.otherphone}Tooltip`]: `Use this option to make calls using your other phones
20
-
such as home or cell phones that you have added in your {brand} Extension.
21
-
For the call you make, this phone will ring first then the party you called.`,
22
-
[`${callingOptions.customphone}Tooltip`]: `Use this option to make calls using any phone of
23
-
your choice by entering a valid phone number in the field below.
24
-
For the call you make, this phone will ring first then the party you called.`,
17
+
[`${callingOptions.myphone}Tooltip1`]: 'For the call you make, your {brand} phone will ring first then the party you called.',
18
+
[`${callingOptions.otherphone}Tooltip`]: 'Use this option to make calls using your other phones such as home or cell phones that you have added in your {brand} Extension.',
19
+
[`${callingOptions.otherphone}Tooltip1`]: 'For the call you make, this phone will ring first then the party you called.',
20
+
[`${callingOptions.customphone}Tooltip`]: 'Use this option to make calls using any phone of your choice by entering a valid phone number in the field below.',
21
+
[`${callingOptions.customphone}Tooltip1`]: 'For the call you make, this phone will ring first then the party you called.',
0 commit comments