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

change translate upgrade premium

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