mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +01:00
rename bitcoin address to id
This commit is contained in:
parent
77093cb23f
commit
a4fd7fc837
@ -121,7 +121,7 @@ let AccordionListItemTableEditions = React.createClass({
|
|||||||
'Edition',
|
'Edition',
|
||||||
TableItemText,
|
TableItemText,
|
||||||
1,
|
1,
|
||||||
true,
|
false,
|
||||||
transition
|
transition
|
||||||
),
|
),
|
||||||
new ColumnModel(
|
new ColumnModel(
|
||||||
@ -130,10 +130,10 @@ let AccordionListItemTableEditions = React.createClass({
|
|||||||
'content': item.bitcoin_id
|
'content': item.bitcoin_id
|
||||||
}; },
|
}; },
|
||||||
'bitcoin_id',
|
'bitcoin_id',
|
||||||
getLangText('Bitcoin Address'),
|
getLangText('ID'),
|
||||||
TableItemText,
|
TableItemText,
|
||||||
5,
|
5,
|
||||||
true,
|
false,
|
||||||
transition,
|
transition,
|
||||||
'hidden-xs visible-sm'
|
'hidden-xs visible-sm'
|
||||||
),
|
),
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
const languages = {
|
const languages = {
|
||||||
'en-US': {
|
'en-US': {
|
||||||
'Bitcoin Address': 'Bitcoin Address',
|
'ID': 'ID',
|
||||||
'Actions': 'Actions',
|
'Actions': 'Actions',
|
||||||
'Hide': 'Hide',
|
'Hide': 'Hide',
|
||||||
'Show the edition': 'Show the edition',
|
'Show the edition': 'Show the edition',
|
||||||
@ -16,7 +16,7 @@ const languages = {
|
|||||||
'Next': 'Next'
|
'Next': 'Next'
|
||||||
},
|
},
|
||||||
'de': {
|
'de': {
|
||||||
'Bitcoin Address': 'Bitcoin Adresse',
|
'ID': 'ID',
|
||||||
'Actions': 'Aktionen',
|
'Actions': 'Aktionen',
|
||||||
'Hide': 'Verstecke',
|
'Hide': 'Verstecke',
|
||||||
'Show the edition': 'Zeige die Edition',
|
'Show the edition': 'Zeige die Edition',
|
||||||
|
Loading…
Reference in New Issue
Block a user