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:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user