Commit 6df414f9 authored by Trisno's avatar Trisno

translate header register dan email confirmation

parent 6f5dbb3a
...@@ -126,8 +126,6 @@ ...@@ -126,8 +126,6 @@
"lookingForDriver":"Looking For Driver", "lookingForDriver":"Looking For Driver",
"help":"HELP", "help":"HELP",
"youRated":"You Rated", "youRated":"You Rated",
"rateOrder":"Rate Order" "rateOrder":"Rate Order",
"headerEmailConfirm":"EMAIL CONFIRMATION"
} }
\ No newline at end of file
...@@ -128,5 +128,6 @@ ...@@ -128,5 +128,6 @@
"lookingForDriver": "Mencari Driver", "lookingForDriver": "Mencari Driver",
"help": "BANTUAN", "help": "BANTUAN",
"youRated": "You Rated@", "youRated": "You Rated@",
"rateOrder": "Rate Order@" "rateOrder": "Rate Order@",
"headerEmailConfirm":"KONFIRMASI EMAIL"
} }
\ No newline at end of file
...@@ -276,7 +276,7 @@ class Auth extends React.Component { ...@@ -276,7 +276,7 @@ class Auth extends React.Component {
fontFamily: 'Gotham-Black', fontFamily: 'Gotham-Black',
color: 'white', color: 'white',
textAlign: 'center' textAlign: 'center'
}, title: 'EMAIL CONFIRMATION' }, title: i18n.t('headerEmailConfirm')
}} /> }} />
<Stack.Screen name="Welcomes" component={WelcomeReg} options={{ <Stack.Screen name="Welcomes" component={WelcomeReg} options={{
headerShown: false, headerShown: false,
...@@ -295,7 +295,7 @@ class Auth extends React.Component { ...@@ -295,7 +295,7 @@ class Auth extends React.Component {
fontFamily: 'Gotham-Black', fontFamily: 'Gotham-Black',
color: 'white', color: 'white',
textAlign: 'center' textAlign: 'center'
}, title: 'EMAIL CONFIRMATION' }, title: i18n.t('headerEmailConfirm')
}} /> }} />
<Stack.Screen name="Login" component={Login} options={{ headerShown: false }} /> <Stack.Screen name="Login" component={Login} options={{ headerShown: false }} />
<Stack.Screen name="LoginWelcome" component={WelcomeLog} options={{ <Stack.Screen name="LoginWelcome" component={WelcomeLog} options={{
...@@ -427,7 +427,7 @@ class Auth extends React.Component { ...@@ -427,7 +427,7 @@ class Auth extends React.Component {
fontSize: 20, fontSize: 20,
color: 'white', color: 'white',
textAlign: 'center' textAlign: 'center'
}, title: 'EMAIL CONFIRMATION' }, title: i18n.t('headerEmailConfirm')
}} /> }} />
<Stack.Screen name="Upgrade Premium" component={UpgradePremium} <Stack.Screen name="Upgrade Premium" component={UpgradePremium}
options={{ options={{
...@@ -735,7 +735,7 @@ class Auth extends React.Component { ...@@ -735,7 +735,7 @@ class Auth extends React.Component {
color: 'white', color: 'white',
fontSize: 20, fontSize: 20,
}, },
title: 'REGISTER' title: i18n.t('register')
}} /> }} />
<Stack.Screen name="TopUpInfo" component={TopUpInfo} options={{ <Stack.Screen name="TopUpInfo" component={TopUpInfo} options={{
headerStyle: { backgroundColor: "#CFB368" }, headerStyle: { backgroundColor: "#CFB368" },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment