diff options
Diffstat (limited to 'src/screens/Onboarding/StepInterests/index.tsx')
-rw-r--r-- | src/screens/Onboarding/StepInterests/index.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screens/Onboarding/StepInterests/index.tsx b/src/screens/Onboarding/StepInterests/index.tsx index df489f571..174488a34 100644 --- a/src/screens/Onboarding/StepInterests/index.tsx +++ b/src/screens/Onboarding/StepInterests/index.tsx @@ -189,9 +189,9 @@ export function StepInterests() { color: t.palette.negative_900, }, ]}> - Error:{' '} + <Trans>Error:</Trans>{' '} </Text> - {error?.message || 'an unknown error occurred'} + {error?.message || _(msg`an unknown error occurred`)} </Text> </View> ) : ( |