aboutsummaryrefslogtreecommitdiff
path: root/packages/challenger-ui
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-11-15 09:58:36 +0100
committerChristian Grothoff <grothoff@gnunet.org>2023-11-15 09:58:36 +0100
commita59103ba5b4864d2a09697990143f80a36e498f7 (patch)
tree7d731f541ef672977796bdf9544d1ccb124b1d70 /packages/challenger-ui
parentc5035c4e03c7afb683d3339389e95ea746a09d5f (diff)
downloadwallet-core-a59103ba5b4864d2a09697990143f80a36e498f7.tar.xz
improve language on data entry forms
Diffstat (limited to 'packages/challenger-ui')
-rw-r--r--packages/challenger-ui/src/enter-address-form.html6
-rw-r--r--packages/challenger-ui/src/enter-email-form.html6
-rw-r--r--packages/challenger-ui/src/enter-phone-form.html8
-rw-r--r--packages/challenger-ui/src/enter-tan-form.html4
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>