diff options
Diffstat (limited to 'code/app/src/lib/i18n/en/index.ts')
| -rw-r--r-- | code/app/src/lib/i18n/en/index.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/code/app/src/lib/i18n/en/index.ts b/code/app/src/lib/i18n/en/index.ts index 1d6ff26..b9cdae7 100644 --- a/code/app/src/lib/i18n/en/index.ts +++ b/code/app/src/lib/i18n/en/index.ts @@ -20,6 +20,12 @@ const en: BaseTranslation = { tos: "Terms of service", privacyPolicy: "Privacy policy", signIntoYourAccount: "Sign into your account", + combobox: { + search: "Search", + noRecordsFound: "No records found", + createRecordHelpText: "Create a record by typing the name in the search bar and pressing enter", + createRecordButtonText: "Press enter or click here to create {0}" + }, signInPage: { notMyComputer: "This is not my computer", resetPassword: "Reset password", |
