commit 740d583e51d08b614debb9a3f2d7a3ad1cd78dfe parent 5a2031b1dd5aab247c113e45c644e99861c871cf Author: Stefan Kügel <stefan.kuegel@taler.net> Date: Thu, 11 Dec 2025 21:29:31 +0100 fix typo, grammar in sentence Diffstat:
| M | packages/merchant-backoffice-ui/src/paths/instance/accessTokens/create/index.tsx | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/packages/merchant-backoffice-ui/src/paths/instance/accessTokens/create/index.tsx b/packages/merchant-backoffice-ui/src/paths/instance/accessTokens/create/index.tsx @@ -57,8 +57,7 @@ export default function AccessTokenCreatePage({ <tr> <td colSpan={3}> <i18n.Translate> - Copy the access token velue and save it because you won't - be able to get it again. + Copy the value of the access token and save it, as you cannot retrieve it again. </i18n.Translate> </td> </tr>