settings: Explain that Google blob emojis are deprecated.

Part of fixing #19371.
This commit is contained in:
evykassirer
2022-05-19 12:37:54 -07:00
committed by Tim Abbott
parent 5565a5055e
commit c321f57785
7 changed files with 18 additions and 11 deletions

View File

@@ -32,6 +32,7 @@ IGNORED_PHRASES = [
r"PM",
r"PMs",
r"Slack",
r"Google",
r"Terms of Service",
r"Tuesday",
r"URL",
@@ -74,6 +75,8 @@ IGNORED_PHRASES = [
# SPECIAL CASES
# Because topics usually are lower-case, this would look weird if it were capitalized
r"more topics",
# Used alone in a parenthetical where capitalized looks worse.
r"^deprecated$",
# Capital 'i' looks weird in reminders popover
r"in 1 hour",
r"in 20 minutes",