Skip to content

Commit

Permalink
fixed typo in translation files
Browse files Browse the repository at this point in the history
  • Loading branch information
desperado1802 committed Nov 30, 2023
1 parent bc69241 commit 4fb8e31
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/mobile/app/i18n/ar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ const ar: Translations = {
removeAccount: 'Remove Account',
removeAccountHint: 'Account will be removed from all teams, except where you are the only manager',
deleteAccount: 'Delete Account',
deleteAccountHint: 'Your account will be deleted permanently with remolving from all teams',
deleteAccountHint: 'Your account will be deleted permanently with removing from all teams',
detect: 'Detect'
},
teamSection: {
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/app/i18n/bg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const bg = {
removeAccount: 'Remove Account',
removeAccountHint: 'Account will be removed from all teams, except where you are the only manager',
deleteAccount: 'Delete Account',
deleteAccountHint: 'Your account will be deleted permanently with remolving from all teams',
deleteAccountHint: 'Your account will be deleted permanently with removing from all teams',
detect: 'Detect'
},
teamSection: {
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/app/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const en = {
removeAccount: 'Remove Account',
removeAccountHint: 'Account will be removed from all teams, except where you are the only manager',
deleteAccount: 'Delete Account',
deleteAccountHint: 'Your account will be deleted permanently with remolving from all teams',
deleteAccountHint: 'Your account will be deleted permanently with removing from all teams',
detect: 'Detect'
},
teamSection: {
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/app/i18n/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const es = {
removeAccount: 'Remove Account',
removeAccountHint: 'Account will be removed from all teams, except where you are the only manager',
deleteAccount: 'Delete Account',
deleteAccountHint: 'Your account will be deleted permanently with remolving from all teams',
deleteAccountHint: 'Your account will be deleted permanently with removing from all teams',
detect: 'Detect'
},
teamSection: {
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/app/i18n/he.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const he = {
removeAccount: 'Remove Account',
removeAccountHint: 'Account will be removed from all teams, except where you are the only manager',
deleteAccount: 'Delete Account',
deleteAccountHint: 'Your account will be deleted permanently with remolving from all teams',
deleteAccountHint: 'Your account will be deleted permanently with removing from all teams',
detect: 'Detect'
},
teamSection: {
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/app/i18n/ko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const ko: Translations = {
removeAccount: 'Remove Account',
removeAccountHint: 'Account will be removed from all teams, except where you are the only manager',
deleteAccount: 'Delete Account',
deleteAccountHint: 'Your account will be deleted permanently with remolving from all teams',
deleteAccountHint: 'Your account will be deleted permanently with removing from all teams',
detect: 'Detect'
},
teamSection: {
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/app/i18n/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const ru = {
removeAccount: 'Remove Account',
removeAccountHint: 'Account will be removed from all teams, except where you are the only manager',
deleteAccount: 'Delete Account',
deleteAccountHint: 'Your account will be deleted permanently with remolving from all teams',
deleteAccountHint: 'Your account will be deleted permanently with removing from all teams',
detect: 'Detect'
},
teamSection: {
Expand Down

0 comments on commit 4fb8e31

Please sign in to comment.