gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 355/459: fix


From: gnunet
Subject: [reclaim-ui] 355/459: fix
Date: Fri, 11 Jun 2021 23:27:27 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit b5c129b8136698c4c582d597cbf34c38c051c04b
Author: anna wimbauer <anna.wibauer@gmx.de>
AuthorDate: Mon Oct 26 15:47:52 2020 +0100

    fix
---
 src/app/authorization-request/authorization-request.component.ts | 2 +-
 src/locales/en/messages.json                                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/authorization-request/authorization-request.component.ts 
b/src/app/authorization-request/authorization-request.component.ts
index ad25600..70762bf 100644
--- a/src/app/authorization-request/authorization-request.component.ts
+++ b/src/app/authorization-request/authorization-request.component.ts
@@ -49,7 +49,7 @@ export class AuthorizationRequestComponent implements OnInit {
 
   //Internationalization
   getMessage(key, sub?){
-    this.languageService.getMessage(key, sub);
+    return this.languageService.getMessage(key, sub);
   }
 
 
diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json
index f345eb8..49cd933 100644
--- a/src/locales/en/messages.json
+++ b/src/locales/en/messages.json
@@ -5,7 +5,7 @@
     "Revoke": "Revoke",
     "Cancel": "Cancel",
     "Back": "Back",
-    "SaveAndBack": "SaveAndBack",
+    "SaveAndBack": "Save and back",
     "Delete": "Delete",
     "Save": "Save",
     "Note": "Note: ",

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]