-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathModals.js
32 lines (27 loc) · 1.21 KB
/
Modals.js
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
30
31
32
export const SETUP_LATER = "SetupLater";
export const UNLOCK_FEATURES_LATER = "UnlockFeaturesLater";
export const NO_SUPPORTED_DEVICE = "NoSupportedDevice";
export const CONNECTION_LOST = "ConnectionLost";
export const SELECT_CONNECTION = "SelectConnection";
export const SELECT_DEVICE_TYPE = "SelectDeviceType";
export const SELECT_DEVICE = "SelectDevice";
export const BT_INSTRUCTIONS = "BTInstructions";
export const BT_INSTRUCTIONS_WAITING = "BTInstructionsWaiting";
export const FORGET_DEVICE = "ForgetDevice";
export const WACOM_ID_BENEFITS = "WacomIDBenefits";
export const LOGIN = "Login";
export const ACCOUNT = "Account";
export const SESSION_EXPIRED = "SessionExpired";
export const REMOVE_GROUP = "RemoveGroup";
export const SAVE_CHANGES = "SaveChanges";
export const CONFIRM = "Confirm";
export const EXPORTING_NOTE = "ExportingNote";
export const SET_NAME = "SetName";
export const SELECT_ORIENTATION = "SelectOrientation";
export const ENTITY = "Entity";
export const TAGS_MANAGER = "TagsManager";
export const TAGS_EDITOR = "TagsEditor";
export const TAG_DELETE = "TagDelete";
export const EXPORT_LIMIT_REACHED = "ExportLimitReached";
export const SETTINGS = "Settings";
export const EXPORT_AS_TEXT = "ExportAsText";