commit 38912431d13d4b1329c86b35e67a42b88ebd7aef
parent f62b570fafdaf92f69d642e8af8155d2edbd6b73
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Mon, 24 May 2021 09:20:19 -0400
diction: s/other to change/others from changing/
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/packages/frontend/src/paths/admin/create/CreatePage.tsx b/packages/frontend/src/paths/admin/create/CreatePage.tsx
@@ -90,7 +90,7 @@ export function CreatePage({ onCreate, onBack, forceId }: Props): VNode {
<Input<Entity> name="name" label={i18n`Name`} tooltip={i18n`descriptive name`} />
- <InputSecured<Entity> name="auth_token" label={i18n`Auth token`} tooltip={i18n`useful to prevent other to change the instance configuration`} />
+ <InputSecured<Entity> name="auth_token" label={i18n`Auth token`} tooltip={i18n`useful to prevent others from changing the instance configuration`} />
<InputPayto<Entity> name="payto_uris" label={i18n`Account address`} help="x-taler-bank/bank.taler:5882/blogger" tooltip={i18n`where the money will be sent`} />
@@ -125,4 +125,4 @@ export function CreatePage({ onCreate, onBack, forceId }: Props): VNode {
</section>
</div>
-}
-\ No newline at end of file
+}