Commit a1c138f3 authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo

update string table dari detail jadi full address

parent 1dade9cd
......@@ -89,7 +89,8 @@
"addaddress": "Add Address",
"label": "Label",
"selectaddress": "SELECT",
"completeaddress": "Complete address",
"detail": "Details",
"address_fulladdress":"Full address",
"Transferbalance": "TRANSFER BALANCE",
"Transactionhistory": "TRANSACTION HISTORY",
"Renewal": "RENEWAL",
......
......@@ -89,7 +89,8 @@
"addaddress": "Tambah Alamat",
"label": "Label",
"selectaddress": "PILIH",
"completeaddress":"Alamat lengkap",
"detail": "Detail",
"address_fulladdress":"Alamat lengkap",
"Transferbalance": "TRANSFER SALDO",
"Transactionhistory": "RIWAYAT TRANSAKSI",
"Renewal": "RENEWAL",
......
......@@ -315,7 +315,7 @@ class AddreesDetail extends React.Component {
</View>
<View style={styles.field_detail_addrees}>
<Text style={{ fontFamily: 'Gotham-Black', color: "#ccb46c", textAlign: 'center', fontSize: 18 }}>{i18n.t('detail')}</Text>
<Text style={{ fontFamily: 'Gotham-Black', color: "#ccb46c", textAlign: 'center', fontSize: 18 }}>{i18n.t('address_fulladdress')}</Text>
<TextInput
style={{ color: 'grey', fontFamily: 'Gotham-Black', textAlign: 'center', height: 70, borderWidth: 1, padding: 5, flex: 1, margin: 10, borderRadius: 10, borderColor: 'grey' }}
onChangeText={(description) => this.setState({ description })}
......
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