mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: A much nicer error message if you can't ignore/mute a user
This commit is contained in:
@@ -847,7 +847,7 @@ en:
|
||||
all: "All"
|
||||
read: "Read"
|
||||
unread: "Unread"
|
||||
ignore_duration_title: "Ignore Timer"
|
||||
ignore_duration_title: "Ignore User"
|
||||
ignore_duration_username: "Username"
|
||||
ignore_duration_when: "Duration:"
|
||||
ignore_duration_save: "Ignore"
|
||||
|
||||
@@ -4855,6 +4855,10 @@ en:
|
||||
email_style:
|
||||
html_missing_placeholder: "The html template must include %{placeholder}"
|
||||
|
||||
notification_level:
|
||||
ignore_error: "Sorry, you can't ignore that user."
|
||||
mute_error: "Sorry, you can't mute that user."
|
||||
|
||||
discord:
|
||||
not_in_allowed_guild: "Authentication failed. You are not a member of a permitted Discord guild."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user