Skip to content
Snippets Groups Projects
Unverified Commit 726ed51e authored by Thomas Citharel's avatar Thomas Citharel
Browse files

Small typos


Signed-off-by: default avatarThomas Citharel <tcit@tcit.fr>
parent 5cddce7b
No related branches found
Tags 3.0.3
No related merge requests found
......@@ -49,7 +49,7 @@ app.component("breadcrumbs-nav", Breadcrumbs);
app.component("material-icon", MaterialIcon);
app.use(Oruga, orugaConfig);
const instanceName = ref();
const instanceName = ref<string>();
apolloClient
.query<{ config: IConfig }>({
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment