FIX: Add missing chat translations
Some error messages when creating a new chat message were not defined.
This commit is contained in:
parent
f69748e325
commit
5134b28d83
|
@ -86,6 +86,8 @@ en:
|
|||
one: "You can't create a direct message with more than %{count} other user."
|
||||
other: "You can't create a direct message with more than %{count} other users."
|
||||
original_message_not_found: "The ancestor of the message you are replying cannot be found or has been deleted."
|
||||
thread_invalid_for_channel: "Thread is not part of the provided channel."
|
||||
thread_does_not_match_parent: "Thread does not match parent message."
|
||||
reviewables:
|
||||
message_already_handled: "Thanks, but we've already reviewed this message and determined it does not need to be flagged again."
|
||||
actions:
|
||||
|
|
Loading…
Reference in New Issue