diff --git a/public/views/backup.html b/public/views/backup.html index 2dc92b538..c39c20c69 100644 --- a/public/views/backup.html +++ b/public/views/backup.html @@ -20,8 +20,8 @@
- - {{wordsC.error}} + + {{wordsC.error|translate}}
diff --git a/public/views/includes/password.html b/public/views/includes/password.html index 05344c6b7..66f0e24b9 100644 --- a/public/views/includes/password.html +++ b/public/views/includes/password.html @@ -38,5 +38,5 @@ Your wallet key will be encrypted. The Spending Password cannot be recovered. Be sure to write it down - {{error}} + {{error|translate}}

diff --git a/public/views/modals/addressbook.html b/public/views/modals/addressbook.html index d10731fa1..be83f8287 100644 --- a/public/views/modals/addressbook.html +++ b/public/views/modals/addressbook.html @@ -97,7 +97,7 @@

Add a new entry

-
{{error}}
+
{{error|translate}}
diff --git a/public/views/modals/txp-details.html b/public/views/modals/txp-details.html index 59f186eb7..d1c4b5bca 100644 --- a/public/views/modals/txp-details.html +++ b/public/views/modals/txp-details.html @@ -14,7 +14,7 @@
- {{loading}} + {{loading|translate}}
@@ -33,7 +33,7 @@
- {{error}} + {{error|translate}}
@@ -162,7 +162,7 @@ - {{ac.copayerName}} ({{'Me'}}) + {{ac.copayerName}} ({{'Me'|translate}})