notifications: Fix composebox notification escaping

The "Narrow to PM with" notification above the composebox was
double-escaped, mangling names with single quotes in them. This removes
the escaping in i18next, causing the name to be escaped only in
handlebars.
This commit is contained in:
Wesley Aptekar-Cassels
2020-11-29 21:13:36 +08:00
committed by Tim Abbott
parent e30b524896
commit 4173070b3d
2 changed files with 6 additions and 4 deletions

View File

@@ -140,8 +140,8 @@ IGNORED_PHRASES = [
r"\bN\b",
# Capital c feels obtrusive in clear status option
r"clear",
r"group private messages with __recipient__",
r"private messages with __recipient__",
r"group private messages with __- recipient__",
r"private messages with __- recipient__",
r"private messages with yourself",
# TO CLEAN UP
# Just want to avoid churning login.html right now