forked from potsda.mn/mobilizon
Small typos
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
5cddce7b15
commit
726ed51ed1
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue