gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] 16/19: diction: s/token in curently use/toke


From: gnunet
Subject: [taler-merchant-backoffice] 16/19: diction: s/token in curently use/token currently in use/
Date: Mon, 24 May 2021 15:34:57 +0200

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

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

commit e659b0b1e0b0461243113909934e639f851905f9
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Mon May 24 09:27:29 2021 -0400

    diction: s/token in curently use/token currently in use/
    
    There is another valid formulation: "token in current use".
    I chose the one w/ "currently" in order to keep "in" and "use" near each 
other.
---
 packages/frontend/src/components/modal/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/frontend/src/components/modal/index.tsx 
b/packages/frontend/src/components/modal/index.tsx
index 8229dde..44b103c 100644
--- a/packages/frontend/src/components/modal/index.tsx
+++ b/packages/frontend/src/components/modal/index.tsx
@@ -143,7 +143,7 @@ export function UpdateTokenModal({ element, onCancel, 
onClear, onConfirm, oldTok
   >
     <p>{text}</p>
     <FormProvider errors={errors} object={form} valueHandler={setValue}>
-      <Input name="old_token" label={i18n`Old token`} tooltip={i18n`token in 
currently use`} />
+      <Input name="old_token" label={i18n`Old token`} tooltip={i18n`token 
currently in use`} />
       <Input name="new_token" label={i18n`New token`} tooltip={i18n`next token 
to be used`} />
     </FormProvider>
     <p><Translate>Clearing the auth token will mean public access to the 
instance</Translate></p>

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