fix(i18n): fix typos in translation sources

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2023-10-13 10:46:09 +02:00
parent 5681e6e8b8
commit 2ecd55df96
7 changed files with 254 additions and 186 deletions

View File

@@ -874,7 +874,7 @@ defmodule Mobilizon.GraphQL.Resolvers.UserTest do
|> post("/api", AbsintheHelpers.mutation_skeleton(mutation))
assert hd(json_response(res, 200)["errors"])["message"] ==
"The password you have choosen is too short. Please make sure your password contains at least 6 charaters."
"The password you have chosen is too short. Please make sure your password contains at least 6 characters."
end
test "test reset_password/3 with an invalid token", context do