Skip to content

Commit

Permalink
Update translation strings
Browse files Browse the repository at this point in the history
  • Loading branch information
mihow committed Apr 20, 2024
1 parent 4221b89 commit 1010be9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/utils/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export enum STRING {
START,
SUBMIT,
SUGGEST_ID,
SYNC,
VIEW_PUBLIC_PROJECTS,

/* ENTITY */
Expand Down Expand Up @@ -209,6 +210,7 @@ const ENGLISH_STRINGS: { [key in STRING]: string } = {
[STRING.START]: 'Start',
[STRING.SUBMIT]: 'Submit',
[STRING.SUGGEST_ID]: 'Suggest ID',
[STRING.SYNC]: 'Sync',
[STRING.VIEW_PUBLIC_PROJECTS]: 'View public projects',

/* FIELD_LABEL */
Expand Down

0 comments on commit 1010be9

Please sign in to comment.