gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] 02/02: alt tag for r logo


From: gnunet
Subject: [taler-merchant-backoffice] 02/02: alt tag for r logo
Date: Tue, 18 Oct 2022 18:17:36 +0200

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

grothoff pushed a commit to branch master
in repository merchant-backoffice.

commit cfea4bce466affe7d8ba367b1bd13e3c3abe17ff
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Oct 18 18:17:28 2022 +0200

    alt tag for r logo
---
 packages/bank/src/pages/home/index.tsx | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/packages/bank/src/pages/home/index.tsx 
b/packages/bank/src/pages/home/index.tsx
index 844069c..f2e0d0c 100644
--- a/packages/bank/src/pages/home/index.tsx
+++ b/packages/bank/src/pages/home/index.tsx
@@ -872,7 +872,7 @@ function BankFrame(Props: any): VNode {
   return (
     <Fragment>
       <header class="demobar" style="display: flex; flex-direction: row; 
justify-content: space-between;">
-        <a href="#main" class="skip">Skip to main content</a>
+        <a href="#main" class="skip">{i18n`Skip to main content`}</a>
         <div style="max-width: 50em; margin-left: 2em;">
           <h1>
             <span class="it">
@@ -894,6 +894,7 @@ function BankFrame(Props: any): VNode {
         <a href="https://taler.net/";>
           <img
             src={talerLogo}
+            alt="{i18n`Taler logo`}"
             height="100"
             width="224"
             style="margin: 2em 2em" />
@@ -935,7 +936,6 @@ function PaytoWireTransfer(Props: any): VNode {
   const i18n = useTranslator();
   const amountRegex = '^[0-9]+(\.[0-9]+)?$';
   const ibanRegex = '^[A-Z][A-Z][0-9]+$';
-  const amountInput = '5.00';
   const receiverInput = '';
   const subjectInput = '';
   let transactionData: TransactionRequestType;
@@ -987,7 +987,6 @@ function PaytoWireTransfer(Props: any): VNode {
             id="amount"
             placeholder="amount"
             required
-            value={amountInput}
             pattern={amountRegex}
             onInput={(e): void => {
               submitDataSetter((submitData: any) => ({
@@ -1426,7 +1425,7 @@ function LoginForm(Props: any): VNode {
           }))
         }}
       />
-      <p class="passFieldLabel loginFieldLabel formFieldLabel"><label 
for="password">{i18n`Password:`}</a></p>
+      <p class="passFieldLabel loginFieldLabel formFieldLabel"><label 
for="password">{i18n`Password:`}</label></p>
       <input
         type="password"
         name="password"

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