Commit 3e3692ec authored by Trisno's avatar Trisno

translate use balance

parent 5ee61bc3
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
"topup":" PENGISIAN SALDO ", "topup":" PENGISIAN SALDO ",
"usebalance": "GUNAKAN SALDO", "usebalance": "GUNAKAN SALDO",
"balance" :"SALDO", "balance" :"SALDO",
"redeem":"REDEEM", "redeem":"REDEEM@",
"point" : "POIN", "point" : "POIN",
"profile" :"Profil", "profile" :"Profil",
"upgradePremium" :"TINGKATKAN PREMIUM", "upgradePremium" :"TINGKATKAN PREMIUM",
......
...@@ -559,7 +559,7 @@ class Auth extends React.Component { ...@@ -559,7 +559,7 @@ class Auth extends React.Component {
fontSize: 20, fontSize: 20,
color: 'white', color: 'white',
textAlign: 'center' textAlign: 'center'
}, title: 'USE BALANCE' }, title: i18n.t('usebalance')
}} }}
/> />
<Stack.Screen name="PaymentCode" component={PaymentCode} <Stack.Screen name="PaymentCode" component={PaymentCode}
......
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