From 726ed51ed17d67cc9fa772de0814b0de3e79b9ed Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 22 Dec 2022 10:57:31 +0100 Subject: [PATCH] Small typos Signed-off-by: Thomas Citharel --- js/src/main.ts | 2 +- priv/gettext/fr/LC_MESSAGES/errors.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/src/main.ts b/js/src/main.ts index a3bfaf088..00173e007 100644 --- a/js/src/main.ts +++ b/js/src/main.ts @@ -49,7 +49,7 @@ app.component("breadcrumbs-nav", Breadcrumbs); app.component("material-icon", MaterialIcon); app.use(Oruga, orugaConfig); -const instanceName = ref(); +const instanceName = ref(); apolloClient .query<{ config: IConfig }>({ diff --git a/priv/gettext/fr/LC_MESSAGES/errors.po b/priv/gettext/fr/LC_MESSAGES/errors.po index d15a83d16..938a48bce 100644 --- a/priv/gettext/fr/LC_MESSAGES/errors.po +++ b/priv/gettext/fr/LC_MESSAGES/errors.po @@ -155,7 +155,7 @@ msgstr "Les inscriptions ne sont pas ouvertes" #: lib/graphql/resolvers/user.ex:444 msgid "The current password is invalid" -msgstr "Le mot de passe actuel est invalid" +msgstr "Le mot de passe actuel est invalide" #: lib/graphql/resolvers/admin.ex:336 lib/graphql/resolvers/user.ex:487 msgid "The new email doesn't seem to be valid"