diff --git a/src/app/components/account-details/account-details.component.html b/src/app/components/account-details/account-details.component.html index 560b74c..3bb1028 100644 --- a/src/app/components/account-details/account-details.component.html +++ b/src/app/components/account-details/account-details.component.html @@ -385,7 +385,7 @@ - {{ 'general.actions.ready-to-receive' | transloco }}
+ {{ 'general.blockactions.ready-to-receive' | transloco }}
{{ pending.amount | rai: 'mnano,true' | amountsplit: 0 }} {{ pending.amount | rai: 'mnano,true' | amountsplit: 1 }} XNO @@ -457,7 +457,7 @@ [title]="( (history.confirmed === false) ? ('account-details.this-change-has-not-yet-been-confirmed-by-the-network' | transloco) : '' )" uk-tooltip > - {{ 'general.actions.rep-change' | transloco }} + {{ 'general.blockactions.rep-change' | transloco }} @@ -468,7 +468,7 @@ [title]="( (history.confirmed === false) ? ('account-details.this-transaction-has-not-yet-been-confirmed-by-the-network' | transloco) : '' )" uk-tooltip > - {{ 'general.actions.received' | transloco }} + {{ 'general.blockactions.received' | transloco }}
@@ -478,7 +478,7 @@ [title]="( (history.confirmed === false) ? ('account-details.this-transaction-has-not-yet-been-confirmed-by-the-network' | transloco) : '' )" uk-tooltip > - {{ 'general.actions.sent' | transloco }} + {{ 'general.blockactions.sent' | transloco }}
diff --git a/src/app/components/address-book/address-book.component.html b/src/app/components/address-book/address-book.component.html index 0856e81..5de97a9 100644 --- a/src/app/components/address-book/address-book.component.html +++ b/src/app/components/address-book/address-book.component.html @@ -1,26 +1,26 @@ -
+

- You can use the address book to store a label for your own accounts or for easy access to other addresses throughout the application.
- It's also possible to track the balance and/or transactions of any address, known as "watch-only".
+ {{ 'address-book.you-can-use-the-address-book-to-store.1' | transloco }}
+ {{ 'address-book.you-can-use-the-address-book-to-store.2' | transloco }}