gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 02/02: improve language on data entry forms


From: gnunet
Subject: [taler-wallet-core] 02/02: improve language on data entry forms
Date: Wed, 15 Nov 2023 09:58:42 +0100

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

grothoff pushed a commit to branch master
in repository wallet-core.

commit a59103ba5b4864d2a09697990143f80a36e498f7
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Wed Nov 15 09:58:36 2023 +0100

    improve language on data entry forms
---
 packages/challenger-ui/src/enter-address-form.html | 6 +++---
 packages/challenger-ui/src/enter-email-form.html   | 6 +++---
 packages/challenger-ui/src/enter-phone-form.html   | 8 ++++----
 packages/challenger-ui/src/enter-tan-form.html     | 4 ++--
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/packages/challenger-ui/src/enter-address-form.html 
b/packages/challenger-ui/src/enter-address-form.html
index 67ff99745..76b4d2262 100644
--- a/packages/challenger-ui/src/enter-address-form.html
+++ b/packages/challenger-ui/src/enter-address-form.html
@@ -1,6 +1,6 @@
 <!--
  This file is part of GNU Taler
- (C) 2021--2022 Taler Systems S.A.
+ (C) 2021--2023 Taler Systems S.A.
 
  GNU Taler is free software; you can redistribute it and/or modify it under the
  terms of the GNU General Public License as published by the Free Software
@@ -56,7 +56,7 @@
           Enter contact details
         </h2>
         <p class="mt-2 text-lg leading-8 text-gray-600">
-          You will receive a mail with a code which need to be entered in the 
next page.
+          You will receive a letter with a TAN code that must be provided on 
the next page.
         </p>
       </div>
       <form action="/challenge/{{nonce}}" method="POST" class="mx-auto mt-16 
max-w-xl sm:mt-20">
@@ -130,4 +130,4 @@
   </footer>
 </body>
 
-</html>
\ No newline at end of file
+</html>
diff --git a/packages/challenger-ui/src/enter-email-form.html 
b/packages/challenger-ui/src/enter-email-form.html
index 3f81778a3..3b8720244 100644
--- a/packages/challenger-ui/src/enter-email-form.html
+++ b/packages/challenger-ui/src/enter-email-form.html
@@ -56,7 +56,7 @@
           Enter contact details
         </h2>
         <p class="mt-2 text-lg leading-8 text-gray-600">
-          You will receive an email with a code which need to be entered in 
the next page.
+          You will receive an email with a TAN code that must be provided on 
the next page.
         </p>
       </div>
       <form action="/challenge/{{nonce}}" method="POST" class="mx-auto mt-16 
max-w-xl sm:mt-20">
@@ -97,7 +97,7 @@
           </div>
 
           <p class="mt-3 text-sm leading-6 text-gray-400">
-            You can change email address another {{changes_left}} times.
+            You can change your email address another {{changes_left}} times.
           </p>
         </div>
 
@@ -124,4 +124,4 @@
   </footer>
 </body>
 
-</html>
\ No newline at end of file
+</html>
diff --git a/packages/challenger-ui/src/enter-phone-form.html 
b/packages/challenger-ui/src/enter-phone-form.html
index 2316685d9..ca06fb94e 100644
--- a/packages/challenger-ui/src/enter-phone-form.html
+++ b/packages/challenger-ui/src/enter-phone-form.html
@@ -1,6 +1,6 @@
 <!--
  This file is part of GNU Taler
- (C) 2021--2022 Taler Systems S.A.
+ (C) 2021--2023 Taler Systems S.A.
 
  GNU Taler is free software; you can redistribute it and/or modify it under the
  terms of the GNU General Public License as published by the Free Software
@@ -56,7 +56,7 @@
           Enter contact details
         </h2>
         <p class="mt-2 text-lg leading-8 text-gray-600">
-          You will receive a SMS with a code which need to be entered in the 
next page.
+          You will receive an SMS with a TAN code that must be provided on the 
next page.
         </p>
       </div>
       <form action="/challenge/{{nonce}}" method="POST" class="mx-auto mt-16 
max-w-xl sm:mt-20">
@@ -96,7 +96,7 @@
           </div>
 
           <p class="mt-3 text-sm leading-6 text-gray-400">
-            You can change phone number another {{changes_left}} times.
+            You can change your phone number another {{changes_left}} times.
           </p>
         </div>
 
@@ -123,4 +123,4 @@
   </footer>
 </body>
 
-</html>
\ No newline at end of file
+</html>
diff --git a/packages/challenger-ui/src/enter-tan-form.html 
b/packages/challenger-ui/src/enter-tan-form.html
index 7d4beb194..965f8e9d2 100644
--- a/packages/challenger-ui/src/enter-tan-form.html
+++ b/packages/challenger-ui/src/enter-tan-form.html
@@ -76,7 +76,7 @@
             <div class="mt-2.5">
               <div
                 class="flex rounded-md shadow-sm ring-1 ring-inset 
ring-gray-300 focus-within:ring-2 focus-within:ring-inset 
focus-within:ring-indigo-600">
-                <span class="flex select-none items-center pl-3 text-gray-500 
sm:text-sm">PIN:</span>
+                <span class="flex select-none items-center pl-3 text-gray-500 
sm:text-sm">TAN:</span>
                 <input type="number" name="pin" id="pin" maxlength="64"
                   class="block flex-1 border-0 bg-transparent py-1.5 pl-1 
text-gray-900 placeholder:text-gray-400 focus:ring-0 sm:text-sm sm:leading-6"
                   placeholder="12345678">
@@ -114,4 +114,4 @@
 
 </body>
 
-</html>
\ No newline at end of file
+</html>

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