diff options
Diffstat (limited to 'ui/app/components/shift-list-item.js')
-rw-r--r-- | ui/app/components/shift-list-item.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/shift-list-item.js b/ui/app/components/shift-list-item.js index 412931bf..c0bffb82 100644 --- a/ui/app/components/shift-list-item.js +++ b/ui/app/components/shift-list-item.js @@ -141,7 +141,7 @@ ShiftListItem.prototype.renderInfo = function () { color: '#ABA9AA', width: '100%', }, - }, this.context.t('toETHviaShapeShift', [props.depositType])), + }, this.context.t('toDEXviaShapeShift', [props.depositType])), h('div', this.context.t('noDeposits')), h('div', { style: { @@ -164,7 +164,7 @@ ShiftListItem.prototype.renderInfo = function () { color: '#ABA9AA', width: '100%', }, - }, this.context.t('toETHviaShapeShift', [props.depositType])), + }, this.context.t('toDEXviaShapeShift', [props.depositType])), h('div', this.context.t('conversionProgress')), h('div', { style: { |