Skip to content
This repository was archived by the owner on Oct 8, 2019. It is now read-only.

Commit 2b7d728

Browse files
committed
fix(copy): swap out from/to
1 parent e25b0ed commit 2b7d728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/transaction-description.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
.col-md-3
1717
.col-md-8.destination.em-400
1818
.flex.row
19-
span.text.col-md-1(ng-show="transaction.result > 0 && !transaction.intraWallet", translate="FROM:")
20-
span.text.col-md-1(ng-show="transaction.result < 0 || transaction.intraWallet", translate="TO:")
19+
span.text.col-md-1(ng-show="transaction.result > 0 && !transaction.intraWallet", translate="TO:")
20+
span.text.col-md-1(ng-show="transaction.result < 0 || transaction.intraWallet", translate="FROM:")
2121
span.hidden-sm.hidden-xs.col-md-11.mlm(ng-bind-html="other_address | highlight:search")
2222
.flex.row.mtm(ng-show="transaction.note")
2323
span.text.col-md-1(translate="NOTE_LC")

0 commit comments

Comments
 (0)