gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] branch master updated: fix json syntax


From: gnunet
Subject: [taler-anastasis] branch master updated: fix json syntax
Date: Sat, 10 Apr 2021 13:02:26 +0200

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

grothoff pushed a commit to branch master
in repository anastasis.

The following commit(s) were added to refs/heads/master by this push:
     new 0b418e1  fix json syntax
     new 34d5eff  Merge branch 'master' of git+ssh://git.taler.net/anastasis
0b418e1 is described below

commit 0b418e1616199aebfe2f4dc210e2f477d1a7c917
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Apr 10 13:02:12 2021 +0200

    fix json syntax
---
 src/authorization/authorization-email-messages.json | 2 +-
 src/authorization/authorization-post-messages.json  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/authorization/authorization-email-messages.json 
b/src/authorization/authorization-email-messages.json
index bdcd6db..ef3ecdb 100644
--- a/src/authorization/authorization-email-messages.json
+++ b/src/authorization/authorization-email-messages.json
@@ -2,7 +2,7 @@
     "instructions" : "Recovery TAN send to email %.*s@DOMAIN",
     "instructions_i18n" : {
         "de_DE" : "Ein Authorisierungscode wurde an %.*s@DOMAIN geschickt"
-    }
+    },
     "body" : "Subject: Anastasis recovery code: A-%llu\n\nThis is for 
challenge %s.\n",
     "body_i18n" : {
         "de_DE" : "Subject: Anastasis Autorisierungscode: A-%llu\n\nDies ist 
der Code für den Vorgang %s.\n"
diff --git a/src/authorization/authorization-post-messages.json 
b/src/authorization/authorization-post-messages.json
index 8152c27..d2ac83a 100644
--- a/src/authorization/authorization-post-messages.json
+++ b/src/authorization/authorization-post-messages.json
@@ -2,6 +2,6 @@
     "instructions" : "Recovery message send to an address with ZIP code %s",
     "instructions_i18n" : {
         "de_DE" : "Ein Authorisierungscode wurde an eine Addresse mit der 
Postleitzahl %s geschickt"
-    }
+    },
     "body" : "Dear Customer\n\nThe Anastasis recovery code you need 
to\nrecover your data is A-%llu.\nThis is for challenge %s.\n\nBest 
regards\n\nYour Anastasis provider"
 }

-- 
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]