From ab4d8d398d0e8696db667650a3999ef304835cd9 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sat, 14 May 2022 06:51:59 +0200 Subject: [PATCH] Fix missing string for appeal validation error (#18410) --- config/locales/en.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index 50e762db7..b90402cdd 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1520,6 +1520,9 @@ en: pinned: Pinned post reblogged: boosted sensitive_content: Sensitive content + strikes: + errors: + too_late: It is too late to appeal this strike tags: does_not_match_previous_name: does not match the previous name terms: -- 2.47.3