mirror of
https://github.com/ascribe/onion.git
synced 2025-01-03 18:35:09 +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',
|
||||
TableItemText,
|
||||
1,
|
||||
true,
|
||||
false,
|
||||
transition
|
||||
),
|
||||
new ColumnModel(
|
||||
@ -130,10 +130,10 @@ let AccordionListItemTableEditions = React.createClass({
|
||||
'content': item.bitcoin_id
|
||||
}; },
|
||||
'bitcoin_id',
|
||||
getLangText('Bitcoin Address'),
|
||||
getLangText('ID'),
|
||||
TableItemText,
|
||||
5,
|
||||
true,
|
||||
false,
|
||||
transition,
|
||||
'hidden-xs visible-sm'
|
||||
),
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
const languages = {
|
||||
'en-US': {
|
||||
'Bitcoin Address': 'Bitcoin Address',
|
||||
'ID': 'ID',
|
||||
'Actions': 'Actions',
|
||||
'Hide': 'Hide',
|
||||
'Show the edition': 'Show the edition',
|
||||
@ -16,7 +16,7 @@ const languages = {
|
||||
'Next': 'Next'
|
||||
},
|
||||
'de': {
|
||||
'Bitcoin Address': 'Bitcoin Adresse',
|
||||
'ID': 'ID',
|
||||
'Actions': 'Aktionen',
|
||||
'Hide': 'Verstecke',
|
||||
'Show the edition': 'Zeige die Edition',
|
||||
|
Loading…
Reference in New Issue
Block a user