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