Improve some translations

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-04-28 16:13:38 +02:00
parent 4b13f2a572
commit 70ca2d68a6
64 changed files with 2820 additions and 2546 deletions

View File

@@ -792,7 +792,7 @@ defmodule Mobilizon.GraphQL.Resolvers.ParticipantTest do
|> post("/api", AbsintheHelpers.mutation_skeleton(mutation))
assert hd(json_response(res, 200)["errors"])["message"] ==
"Provided moderator profile doesn't have permission on this event"
"Provided profile doesn't have moderator permissions on this event"
end
end
@@ -934,7 +934,7 @@ defmodule Mobilizon.GraphQL.Resolvers.ParticipantTest do
|> post("/api", AbsintheHelpers.mutation_skeleton(mutation))
assert hd(json_response(res, 200)["errors"])["message"] ==
"Provided moderator profile doesn't have permission on this event"
"Provided profile doesn't have moderator permissions on this event"
end
end