completed translations + deleted cloned keys

updated sign* key translations to be more consistent with case
updated error handling of signup exceptions
This commit is contained in:
danis
2023-02-07 21:32:12 +03:00
committed by Clément Le Bihan
parent db0142f4f3
commit 69be4ef64a
6 changed files with 125 additions and 123 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export const protectedRoutes = <>
</>;
export const publicRoutes = <React.Fragment>
<Stack.Screen name="Login" component={AuthenticationView} options={{ title: translate('signinBtn')}} />
<Stack.Screen name="Login" component={AuthenticationView} options={{ title: translate('signInBtn')}} />
</React.Fragment>;
export const Router = () => {