Skip to content

Commit

Permalink
Fixed Orbo translation
Browse files Browse the repository at this point in the history
  • Loading branch information
smakhtin committed Sep 13, 2024
1 parent 47c2bc4 commit c7bb412
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"openapi",
"oraclisation",
"oraclise",
"Orbo",
"outdir",
"pino",
"Polkadot",
Expand Down
2 changes: 1 addition & 1 deletion apps/verification-portal/src/lib/shared/i18n/en/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const en: BaseTranslation = {
UNCLAIMED: {
subtitle:
'Use your proofs to unlock the DOTphin Eco-evolving avatar ',
cta: 'Collect the Orb',
cta: 'Collect the Orbo',
},
CLAIMED: {},
},
Expand Down
4 changes: 2 additions & 2 deletions apps/verification-portal/src/lib/shared/i18n/i18n-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ type RootTranslation = {
*/
subtitle: string
/**
* C​o​l​l​e​c​t​ ​t​h​e​ ​O​r​b
* C​o​l​l​e​c​t​ ​t​h​e​ ​O​r​b​o
*/
cta: string
}
Expand Down Expand Up @@ -1203,7 +1203,7 @@ export type TranslationFunctions = {
*/
subtitle: () => LocalizedString
/**
* Collect the Orb
* Collect the Orbo
*/
cta: () => LocalizedString
}
Expand Down

0 comments on commit c7bb412

Please sign in to comment.