Skip to content

Commit

Permalink
FIX: Move misplaced error translation (#574)
Browse files Browse the repository at this point in the history
The key and the error message are there, but not nested in the right place.
  • Loading branch information
Drenmi committed May 24, 2024
1 parent 6b0a680 commit d7dca57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/locales/server.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ en:
models:
event:
only_one_event: "A post can only have one event."
only_group: "An event accepts only group names."
must_be_in_first_post: "An event can only be in the first post of a topic."
raw_invitees_length: "An event is limited to %{count} users/groups."
raw_invitees:
only_group: "An event accepts only group names."
ends_at_before_starts_at: "An event can't end before it starts."
start_must_be_present_and_a_valid_date: "An event requires a valid start date."
end_must_be_a_valid_date: "End date must be a valid date."
Expand Down

0 comments on commit d7dca57

Please sign in to comment.