1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 13:41:57 +02:00

rename bitcoin address to id

This commit is contained in:
Tim Daubenschütz 2015-07-01 10:59:06 +02:00
parent 77093cb23f
commit a4fd7fc837
2 changed files with 5 additions and 5 deletions

View File

@ -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'
), ),

View File

@ -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',