Commit 5ee61bc3 authored by Trisno's avatar Trisno

translate change email di email confirmation

parent f5e4ebb3
......@@ -22,6 +22,7 @@
"renew":"RENEW",
"message":"Message",
"changepassword":"CHANGE PASSWORD",
"changeEmail":"CHANGE EMAIL",
"save":"Save",
"currentpassword":"Current Password",
"newpassword":"New Password",
......
......@@ -45,6 +45,7 @@
"delivery":"ANTAR",
"pickup":"AMBIL",
"changepassword":"GANTI KATA SANDI",
"changeEmail":"GANTI EMAIL",
"currentpassword":"Kata sandi lama",
"newpassword":"Kata sandi baru",
"headerNewPassword":"KATA SANDI BARU",
......
......@@ -229,7 +229,7 @@ class EmailConfirmation extends React.Component {
</TouchableOpacity>
{this.props.proses == 'Register' ? (
<TouchableOpacity style={{ height: 60 }} onPress={() => this.props.navigation.navigate('Change Email')}>
<Text style={{ alignSelf: 'center', color: '#CFB368', fontFamily: 'Gotham-Black', fontSize: 20, }}>CHANGE EMAIL</Text>
<Text style={{ alignSelf: 'center', color: '#CFB368', fontFamily: 'Gotham-Black', fontSize: 20, }}>{i18n.t('changeEmail')}</Text>
</TouchableOpacity>
) : (null)}
</View>
......
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