Commit 06b2c5be by Nguyễn Thị Thúy

update enter password title

parent a0d67d1e
......@@ -39,7 +39,7 @@ const EnterPasswordModal = (props) => {
<View style={styles.modal}>
<View style={styles.viewTitle}>
<View style={styles.viewEmpty}></View>
<Text style={styles.titlePopup}>{I18n.t('EnterPassword')}</Text>
<Text style={styles.titlePopup}>{I18n.t('EnterPasswordTitle')}</Text>
<TouchableOpacity onPress={() => {
setPass('');
props.setVisible(false);
......
......@@ -337,5 +337,6 @@ export default {
IndustryGroup: 'Industry group',
Period: 'Period',
YouNotSettingBiometry: 'You not setting %{type}, please setting it',
EnterPasswordTitle: 'Enter password login',
};
......@@ -334,5 +334,5 @@ export default {
IndustryGroup: 'Nhóm ngành',
Period: 'Kỳ hạn',
YouNotSettingBiometry: 'Bạn chưa thiết lập %{type}, vui lòng thiết lập %{type}',
EnterPasswordTitle: 'Nhập mật khẩu đăng nhập',
};
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