Commit 0ae635bc authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo

change translate upgrade premium

parent ab72ace4
......@@ -59,5 +59,6 @@
"Transactionhistory":"TRANSFER HISTORY",
"Renewal":"RENEWAL",
"Usebalancepoint":"USE BALANCE / POINTS",
"Acitvatecard":"ACTIVATE CARD"
"Acitvatecard":"ACTIVATE CARD",
"upgradePremium" :"UPGRADE PREMIUM"
}
\ No newline at end of file
......@@ -52,7 +52,7 @@
"balance" :"SALDO",
"point" : "POINT",
"profile" :"Profil",
"upgradePremium" :"Tingkatkan Premium",
"upgradePremium" :"TINGKATKAN PREMIUM",
"cardActivation" :"Aktivasi Kartu",
"Viewcart":"Keranjang",
"Viewprofil" :"Lihat Profil",
......
......@@ -377,7 +377,7 @@ class Account extends React.Component {
<Card style={{ width: 200, paddingHorizontal: 10, paddingTop: 20, paddingBottom: 20 }}>
<View style={{ flex: 1, alignItems: 'center' }}>
<MaterialIcons name="autorenew" size={30} color="gray" style={{ marginBottom: 10 }} />
<Text style={{ fontFamily: 'Gotham-Black', textAlign: 'center', fontSize: 14, color: '#838383' }}></Text>
<Text style={{ fontFamily: 'Gotham-Black', textAlign: 'center', fontSize: 14, color: '#838383' }}>{i18n.t('upgradePremium')}</Text>
</View>
</Card>
</TouchableOpacity>
......
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