@@ -8819,9 +8819,6 @@ const CONST = {
88198819 INTERACTIVE_STEP_SUB_HEADER : {
88208820 STEP_BUTTON : 'InteractiveStepSubHeader-StepButton' ,
88218821 } ,
8822- WALLET : {
8823- ADD_BANK_ACCOUNT : 'Wallet-AddBankAccount' ,
8824- } ,
88258822 SOCIALS : {
88268823 LINK : 'Socials' ,
88278824 } ,
@@ -8837,6 +8834,82 @@ const CONST = {
88378834 SEND : 'SignIn-Send' ,
88388835 CONFIRM : 'SignIn-Confirm' ,
88398836 } ,
8837+ SETTINGS_GENERAL : {
8838+ HELP : 'SettingsGeneral-Help' ,
8839+ WHATS_NEW : 'SettingsGeneral-WhatsNew' ,
8840+ ABOUT : 'SettingsGeneral-About' ,
8841+ TROUBLESHOOT : 'SettingsGeneral-Troubleshoot' ,
8842+ SAVE_THE_WORLD : 'SettingsGeneral-SaveTheWorld' ,
8843+ SIGN_OUT : 'SettingsGeneral-SignOut' ,
8844+ GO_TO_CLASSIC : 'SettingsGeneral-GoToExpensifyClassic' ,
8845+ } ,
8846+ SETTINGS_PROFILE : {
8847+ AVATAR : 'SettingsProfile-Avatar' ,
8848+ DISPLAY_NAME : 'SettingsProfile-DisplayName' ,
8849+ CONTACT_METHODS : 'SettingsProfile-ContactMethods' ,
8850+ STATUS : 'SettingsProfile-Status' ,
8851+ PRONOUNS : 'SettingsProfile-Pronouns' ,
8852+ TIMEZONE : 'SettingsProfile-Timezone' ,
8853+ SHARE_CODE : 'SettingsProfile-ShareCode' ,
8854+ LEGAL_NAME : 'SettingsProfile-LegalName' ,
8855+ DATE_OF_BIRTH : 'SettingsProfile-DateOfBirth' ,
8856+ PHONE_NUMBER : 'SettingsProfile-PhoneNumber' ,
8857+ ADDRESS : 'SettingsProfile-Address' ,
8858+ } ,
8859+ SETTINGS_PREFERENCES : {
8860+ PRIORITY_MODE : 'SettingsPreferences-PriorityMode' ,
8861+ LANGUAGE : 'SettingsPreferences-Language' ,
8862+ PAYMENT_CURRENCY : 'SettingsPreferences-PaymentCurrency' ,
8863+ THEME : 'SettingsPreferences-Theme' ,
8864+ } ,
8865+ SETTINGS_SECURITY : {
8866+ TWO_FACTOR_AUTH : 'SettingsSecurity-TwoFactorAuth' ,
8867+ REVOKE_MFA : 'SettingsSecurity-RevokeMFA' ,
8868+ MERGE_ACCOUNTS : 'SettingsSecurity-MergeAccounts' ,
8869+ LOCK_UNLOCK_ACCOUNT : 'SettingsSecurity-LockUnlockAccount' ,
8870+ CLOSE_ACCOUNT : 'SettingsSecurity-CloseAccount' ,
8871+ ADD_COPILOT : 'SettingsSecurity-AddCopilot' ,
8872+ DELEGATE_ITEM : 'SettingsSecurity-DelegateItem' ,
8873+ DELEGATE_CHANGE_ACCESS : 'SettingsSecurity-DelegateChangeAccess' ,
8874+ DELEGATE_REMOVE : 'SettingsSecurity-DelegateRemove' ,
8875+ } ,
8876+ SETTINGS_WALLET : {
8877+ ADD_BANK_ACCOUNT : 'SettingsWallet-AddBankAccount' ,
8878+ IMPORT_TRANSACTIONS : 'SettingsWallet-ImportTransactions' ,
8879+ TRANSFER_BALANCE : 'SettingsWallet-TransferBalance' ,
8880+ ENABLE_WALLET : 'SettingsWallet-EnableWallet' ,
8881+ } ,
8882+ SETTINGS_RULES : {
8883+ NEW_RULE : 'SettingsRules-NewRule' ,
8884+ } ,
8885+ SETTINGS_TEACHERS_UNITE : {
8886+ I_KNOW_A_TEACHER : 'SettingsTeachersUnite-IKnowATeacher' ,
8887+ I_AM_A_TEACHER : 'SettingsTeachersUnite-IAmATeacher' ,
8888+ } ,
8889+ SETTINGS_SUBSCRIPTION : {
8890+ EXPLORE_PLANS : 'SettingsSubscription-ExplorePlans' ,
8891+ SAVE_WITH_EXPENSIFY : 'SettingsSubscription-SaveWithExpensify' ,
8892+ RETRY_PAYMENT : 'SettingsSubscription-RetryPayment' ,
8893+ AUTHENTICATE_PAYMENT : 'SettingsSubscription-AuthenticatePayment' ,
8894+ VIEW_PAYMENT_HISTORY : 'SettingsSubscription-ViewPaymentHistory' ,
8895+ REQUEST_REFUND : 'SettingsSubscription-RequestRefund' ,
8896+ REQUEST_EARLY_CANCELLATION : 'SettingsSubscription-RequestEarlyCancellation' ,
8897+ } ,
8898+ SETTINGS_ABOUT : {
8899+ APP_DOWNLOAD_LINKS : 'SettingsAbout-AppDownloadLinks' ,
8900+ VIEW_KEYBOARD_SHORTCUTS : 'SettingsAbout-ViewKeyboardShortcuts' ,
8901+ VIEW_THE_CODE : 'SettingsAbout-ViewTheCode' ,
8902+ VIEW_OPEN_JOBS : 'SettingsAbout-ViewOpenJobs' ,
8903+ REPORT_A_BUG : 'SettingsAbout-ReportABug' ,
8904+ } ,
8905+ SETTINGS_TROUBLESHOOT : {
8906+ CLEAR_CACHE : 'SettingsTroubleshoot-ClearCache' ,
8907+ EXPORT_ONYX : 'SettingsTroubleshoot-ExportOnyx' ,
8908+ GO_TO_CLASSIC : 'SettingsTroubleshoot-GoToExpensifyClassic' ,
8909+ } ,
8910+ SETTINGS_EXIT_SURVEY : {
8911+ GO_TO_CLASSIC : 'SettingsExitSurvey-GoToExpensifyClassic' ,
8912+ } ,
88408913 } ,
88418914
88428915 DOMAIN : {
0 commit comments