diff --git a/src/sass/views/includes/txp-details.scss b/src/sass/views/includes/txp-details.scss index dc3ec8817..b967776df 100644 --- a/src/sass/views/includes/txp-details.scss +++ b/src/sass/views/includes/txp-details.scss @@ -24,6 +24,10 @@ img { margin-right: 1rem; } + + span { + text-transform: capitalize; + } } .amount-label{ line-height: 30px; diff --git a/www/img/icon-check-circled.svg b/www/img/icon-check-circled.svg new file mode 100644 index 000000000..17027dd45 --- /dev/null +++ b/www/img/icon-check-circled.svg @@ -0,0 +1,17 @@ + + + + Group + Created with Sketch. + + + + + + + + + + + + \ No newline at end of file diff --git a/www/views/modals/tx-details.html b/www/views/modals/tx-details.html index cd33631db..6d65183de 100644 --- a/www/views/modals/tx-details.html +++ b/www/views/modals/tx-details.html @@ -11,8 +11,8 @@
- - Sent + + {{btx.action | translate}}
{{displayAmount}} {{displayUnit}}
@@ -42,8 +42,6 @@ {{_paypro.domain || _paypro.toAddress}} {{toName}}
-
@@ -61,24 +59,9 @@ Memo - {{btx.note.body || btx.message}} - -
Fee @@ -118,6 +101,15 @@ + + + + + + + + +