diff --git a/app/src/localization/en/index.ts b/app/src/localization/en/index.ts index d689f68e6..4b303a66a 100644 --- a/app/src/localization/en/index.ts +++ b/app/src/localization/en/index.ts @@ -55,6 +55,7 @@ const translation = { }, "Screens": { "Onboarding": "BC Wallet", + "Terms": "End User License Agreement", "Settings": "Menu", }, "PersonCredentialNotification": { diff --git a/app/src/localization/fr/index.ts b/app/src/localization/fr/index.ts index 3c4a71996..86e726d3f 100644 --- a/app/src/localization/fr/index.ts +++ b/app/src/localization/fr/index.ts @@ -55,6 +55,7 @@ const translation = { }, "Screens": { "Onboarding": "BC Wallet (FR)", + "Terms": "End User License Agreement", "Settings": "Menu (FR)", }, "PersonCredentialNotification": { diff --git a/app/src/localization/pt-br/index.ts b/app/src/localization/pt-br/index.ts index c1f590166..fc3e05608 100644 --- a/app/src/localization/pt-br/index.ts +++ b/app/src/localization/pt-br/index.ts @@ -55,6 +55,7 @@ const translation = { }, "Screens": { "Onboarding": "BC Wallet (PT-BR)", + "Terms": "End User License Agreement (PT-BR)", "Settings": "Menu (PT-BR)", }, "PersonCredentialNotification": { diff --git a/app/src/screens/Terms.tsx b/app/src/screens/Terms.tsx index 9f108e2e2..126d35377 100644 --- a/app/src/screens/Terms.tsx +++ b/app/src/screens/Terms.tsx @@ -28,7 +28,6 @@ const Terms: React.FC = () => { const [checked, setChecked] = useState(false) const { t } = useTranslation() const navigation = useNavigation>() - navigation.setOptions({ title: 'End User License Agreement' }) const { ColorPallet, TextTheme } = useTheme() const style = StyleSheet.create({ container: {