Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
InvestCustomer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Giang Tran
InvestCustomer
Commits
06b2c5be
Commit
06b2c5be
authored
Jun 30, 2021
by
Nguyễn Thị Thúy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update enter password title
parent
a0d67d1e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
EnterPasswordModal.js
src/Screens/Setting/EnterPasswordModal.js
+1
-1
en.js
src/helper/i18/locales/en.js
+1
-0
vn.js
src/helper/i18/locales/vn.js
+1
-1
No files found.
src/Screens/Setting/EnterPasswordModal.js
View file @
06b2c5be
...
...
@@ -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
(
'EnterPassword
Title
'
)}
<
/Text
>
<
TouchableOpacity
onPress
=
{()
=>
{
setPass
(
''
);
props
.
setVisible
(
false
);
...
...
src/helper/i18/locales/en.js
View file @
06b2c5be
...
...
@@ -337,5 +337,6 @@ export default {
IndustryGroup
:
'Industry group'
,
Period
:
'Period'
,
YouNotSettingBiometry
:
'You not setting %{type}, please setting it'
,
EnterPasswordTitle
:
'Enter password login'
,
};
src/helper/i18/locales/vn.js
View file @
06b2c5be
...
...
@@ -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'
,
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment