taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

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

improve language on data entry forms

Diffstat:
Mpackages/challenger-ui/src/enter-address-form.html | 7+++----
Mpackages/challenger-ui/src/enter-email-form.html | 7+++----
Mpackages/challenger-ui/src/enter-phone-form.html | 9++++-----
Mpackages/challenger-ui/src/enter-tan-form.html | 5++---
4 files changed, 12 insertions(+), 16 deletions(-)

diff --git 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 @@ -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 @@ -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 @@ -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>