forked from webex/widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstants.ts
More file actions
29 lines (28 loc) · 1.35 KB
/
Copy pathconstants.ts
File metadata and controls
29 lines (28 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// String consts
export const StationLoginLabels = {
MULTIPLE_SIGN_IN_ALERT_MESSAGE:
'You are signed in to the Desktop in multiple application instances. Click Continue to proceed with the Desktop in this application instance. Else, close this window.',
MULTIPLE_SIGN_IN_ALERT_TITLE: 'Multiple Sign In Alert',
CONTINUE: 'Continue',
CANCEL: 'Cancel',
SIGN_OUT: 'Sign Out',
LOGOUT: 'Logout',
SAVE_AND_CONTINUE: 'Save & Continue',
CC_SIGN_OUT: 'Sign out of Contact Center',
CC_SIGN_OUT_CONFIRM: 'Are you sure you want to sign out?',
INTERACTION_PREFERENCES: 'Set your interaction preferences',
HANDLE_CALLS: 'Handle calls using',
HANDLE_CALLS_TOOLTIP:
'This is your preferred method for receiving and making calls. Choose between your phone number, extension (if available), or your web browser.',
YOUR_TEAM: 'Your Team',
IS_REQUIRED: ' is required',
DN_FORMAT_ERROR: 'Enter a valid US dial number. For help, reach out to your administrator or support team.',
DEFAULT_ERROR: 'Error logging in: ',
CONFIRM: 'Confirm',
CONFIRM_INTERACTION_PREFERENCE_CHANGES_TITLE: 'Confirm interaction preference changes',
CONFIRM_INTERACTION_PREFERENCE_CHANGES_MESSAGE: 'Are you sure you want to save your interaction preferences changes?',
SAVE: 'Save',
};
export const SignInErrors = {
['DUPLICATE_LOCATION']: 'This extension is already in use.',
};