Commit 810dc8fb authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo

ganti text dari token jadi kirim token (sudah masuk ke language tabel)

parent c5acc5ae
...@@ -287,7 +287,7 @@ class CardActivation extends React.Component { ...@@ -287,7 +287,7 @@ class CardActivation extends React.Component {
{this.state.onclick == true ? (null) : ( {this.state.onclick == true ? (null) : (
<TouchableOpacity style={{ top: 25 }} onPress={() => this.handleToken()}> <TouchableOpacity style={{ top: 25 }} onPress={() => this.handleToken()}>
<View style={{ height: 40, borderRadius: 10, backgroundColor: '#CFB368', justifyContent: 'center' }}> <View style={{ height: 40, borderRadius: 10, backgroundColor: '#CFB368', justifyContent: 'center' }}>
<Text style={{ fontFamily: 'Gotham-Black', color: 'white', fontSize: 20, textAlign: 'center', margin: 10 }}>Token</Text> <Text style={{ fontFamily: 'Gotham-Black', color: 'white', fontSize: 20, textAlign: 'center', margin: 10 }}>{i18n.t('sendtoken')}</Text>
</View> </View>
</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