Commit b575b134 authored by Trisno's avatar Trisno

translate header order detail

parent 1fccb9c7
......@@ -130,5 +130,6 @@
"headerEmailConfirm":"EMAIL CONFIRMATION",
"headerRedeemCode":"REDEEM CODE",
"headerTransHistory":"TRANSACTION HISTORY",
"noTransHistoryData":"No Transaction History"
"noTransHistoryData":"No Transaction History",
"headerOrderDetail":"ORDER DETAIL"
}
\ No newline at end of file
......@@ -132,5 +132,6 @@
"headerEmailConfirm":"KONFIRMASI EMAIL",
"headerRedeemCode":"REDEEM CODE@",
"headerTransHistory":"RIWAYAT TRANSAKSI",
"noTransHistoryData":"Tidak ada riwayat transaksi"
"noTransHistoryData":"Tidak ada riwayat transaksi",
"headerOrderDetail":"DETAIL ORDER"
}
\ No newline at end of file
......@@ -544,7 +544,7 @@ class Auth extends React.Component {
color: 'white',
textAlign: 'center'
},
title: 'ORDER DETAIL',
title: i18n.t('headerOrderDetail'),
headerLeft: props => <HeaderBackButton {...props} onPress={() => navigation.navigate('Home', { screen: 'ORDER' })} />,
})} />
......
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