Commit 6df414f9 authored by Trisno's avatar Trisno

translate header register dan email confirmation

parent 6f5dbb3a
......@@ -126,8 +126,6 @@
"lookingForDriver":"Looking For Driver",
"help":"HELP",
"youRated":"You Rated",
"rateOrder":"Rate Order"
"rateOrder":"Rate Order",
"headerEmailConfirm":"EMAIL CONFIRMATION"
}
\ No newline at end of file
......@@ -128,5 +128,6 @@
"lookingForDriver": "Mencari Driver",
"help": "BANTUAN",
"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 {
fontFamily: 'Gotham-Black',
color: 'white',
textAlign: 'center'
}, title: 'EMAIL CONFIRMATION'
}, title: i18n.t('headerEmailConfirm')
}} />
<Stack.Screen name="Welcomes" component={WelcomeReg} options={{
headerShown: false,
......@@ -295,7 +295,7 @@ class Auth extends React.Component {
fontFamily: 'Gotham-Black',
color: 'white',
textAlign: 'center'
}, title: 'EMAIL CONFIRMATION'
}, title: i18n.t('headerEmailConfirm')
}} />
<Stack.Screen name="Login" component={Login} options={{ headerShown: false }} />
<Stack.Screen name="LoginWelcome" component={WelcomeLog} options={{
......@@ -427,7 +427,7 @@ class Auth extends React.Component {
fontSize: 20,
color: 'white',
textAlign: 'center'
}, title: 'EMAIL CONFIRMATION'
}, title: i18n.t('headerEmailConfirm')
}} />
<Stack.Screen name="Upgrade Premium" component={UpgradePremium}
options={{
......@@ -735,7 +735,7 @@ class Auth extends React.Component {
color: 'white',
fontSize: 20,
},
title: 'REGISTER'
title: i18n.t('register')
}} />
<Stack.Screen name="TopUpInfo" component={TopUpInfo} options={{
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