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
a1c138f3
Commit
a1c138f3
authored
Aug 26, 2020
by
Wahyu Adjie Prasetyo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update string table dari detail jadi full address
parent
1dade9cd
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
en.json
lib/en.json
+2
-1
id.json
lib/id.json
+2
-1
AddreesDetail.js
view/AddreesDetail.js
+1
-1
No files found.
lib/en.json
View file @
a1c138f3
...
...
@@ -89,7 +89,8 @@
"addaddress"
:
"Add Address"
,
"label"
:
"Label"
,
"selectaddress"
:
"SELECT"
,
"completeaddress"
:
"Complete address"
,
"detail"
:
"Details"
,
"address_fulladdress"
:
"Full address"
,
"Transferbalance"
:
"TRANSFER BALANCE"
,
"Transactionhistory"
:
"TRANSACTION HISTORY"
,
"Renewal"
:
"RENEWAL"
,
...
...
lib/id.json
View file @
a1c138f3
...
...
@@ -89,7 +89,8 @@
"addaddress"
:
"Tambah Alamat"
,
"label"
:
"Label"
,
"selectaddress"
:
"PILIH"
,
"completeaddress"
:
"Alamat lengkap"
,
"detail"
:
"Detail"
,
"address_fulladdress"
:
"Alamat lengkap"
,
"Transferbalance"
:
"TRANSFER SALDO"
,
"Transactionhistory"
:
"RIWAYAT TRANSAKSI"
,
"Renewal"
:
"RENEWAL"
,
...
...
view/AddreesDetail.js
View file @
a1c138f3
...
...
@@ -315,7 +315,7 @@ class AddreesDetail extends React.Component {
<
/View
>
<
View
style
=
{
styles
.
field_detail_addrees
}
>
<
Text
style
=
{{
fontFamily
:
'Gotham-Black'
,
color
:
"#ccb46c"
,
textAlign
:
'center'
,
fontSize
:
18
}}
>
{
i18n
.
t
(
'
detail
'
)}
<
/Text
>
<
Text
style
=
{{
fontFamily
:
'Gotham-Black'
,
color
:
"#ccb46c"
,
textAlign
:
'center'
,
fontSize
:
18
}}
>
{
i18n
.
t
(
'
address_fulladdress
'
)}
<
/Text
>
<
TextInput
style
=
{{
color
:
'grey'
,
fontFamily
:
'Gotham-Black'
,
textAlign
:
'center'
,
height
:
70
,
borderWidth
:
1
,
padding
:
5
,
flex
:
1
,
margin
:
10
,
borderRadius
:
10
,
borderColor
:
'grey'
}}
onChangeText
=
{(
description
)
=>
this
.
setState
({
description
})}
...
...
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