Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
clone_excelso
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Prasetya Saputra
clone_excelso
Commits
5ee61bc3
Commit
5ee61bc3
authored
Jun 18, 2020
by
Trisno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
translate change email di email confirmation
parent
f5e4ebb3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
en.json
lib/en.json
+1
-0
id.json
lib/id.json
+1
-0
EmailConfirmation.js
view/EmailConfirmation.js
+1
-1
No files found.
lib/en.json
View file @
5ee61bc3
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
"renew"
:
"RENEW"
,
"renew"
:
"RENEW"
,
"message"
:
"Message"
,
"message"
:
"Message"
,
"changepassword"
:
"CHANGE PASSWORD"
,
"changepassword"
:
"CHANGE PASSWORD"
,
"changeEmail"
:
"CHANGE EMAIL"
,
"save"
:
"Save"
,
"save"
:
"Save"
,
"currentpassword"
:
"Current Password"
,
"currentpassword"
:
"Current Password"
,
"newpassword"
:
"New Password"
,
"newpassword"
:
"New Password"
,
...
...
lib/id.json
View file @
5ee61bc3
...
@@ -45,6 +45,7 @@
...
@@ -45,6 +45,7 @@
"delivery"
:
"ANTAR"
,
"delivery"
:
"ANTAR"
,
"pickup"
:
"AMBIL"
,
"pickup"
:
"AMBIL"
,
"changepassword"
:
"GANTI KATA SANDI"
,
"changepassword"
:
"GANTI KATA SANDI"
,
"changeEmail"
:
"GANTI EMAIL"
,
"currentpassword"
:
"Kata sandi lama"
,
"currentpassword"
:
"Kata sandi lama"
,
"newpassword"
:
"Kata sandi baru"
,
"newpassword"
:
"Kata sandi baru"
,
"headerNewPassword"
:
"KATA SANDI BARU"
,
"headerNewPassword"
:
"KATA SANDI BARU"
,
...
...
view/EmailConfirmation.js
View file @
5ee61bc3
...
@@ -229,7 +229,7 @@ class EmailConfirmation extends React.Component {
...
@@ -229,7 +229,7 @@ class EmailConfirmation extends React.Component {
<
/TouchableOpacity
>
<
/TouchableOpacity
>
{
this
.
props
.
proses
==
'Register'
?
(
{
this
.
props
.
proses
==
'Register'
?
(
<
TouchableOpacity
style
=
{{
height
:
60
}}
onPress
=
{()
=>
this
.
props
.
navigation
.
navigate
(
'Change Email'
)}
>
<
TouchableOpacity
style
=
{{
height
:
60
}}
onPress
=
{()
=>
this
.
props
.
navigation
.
navigate
(
'Change Email'
)}
>
<
Text
style
=
{{
alignSelf
:
'center'
,
color
:
'#CFB368'
,
fontFamily
:
'Gotham-Black'
,
fontSize
:
20
,
}}
>
CHANGE
EMAIL
<
/Text
>
<
Text
style
=
{{
alignSelf
:
'center'
,
color
:
'#CFB368'
,
fontFamily
:
'Gotham-Black'
,
fontSize
:
20
,
}}
>
{
i18n
.
t
(
'changeEmail'
)}
<
/Text
>
<
/TouchableOpacity
>
<
/TouchableOpacity
>
)
:
(
null
)}
)
:
(
null
)}
<
/View
>
<
/View
>
...
...
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