FIX: A much nicer error message if you can't ignore/mute a user

This commit is contained in:
Robin Ward
2020-06-18 13:41:27 -04:00
parent 6cb6faff29
commit 494a27dc27
4 changed files with 25 additions and 1 deletions

View File

@@ -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"

View File

@@ -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."