From fa612fca8246f3fe820a44037108f830d56bed22 Mon Sep 17 00:00:00 2001 From: Kane York Date: Wed, 15 Jul 2020 14:37:27 -0700 Subject: [PATCH] FIX: Off-by-one-slash error in topic.notifications.reasons (#10246) --- config/locales/client.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 776fa48bd93..d83831e1ce6 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -2335,7 +2335,7 @@ en: "2_8": "You will see a count of new replies because you are tracking this category." "2_4": "You will see a count of new replies because you posted a reply to this topic." "2_2": "You will see a count of new replies because you are tracking this topic." - "2": 'You will see a count of new replies because you read this topic.' + "2": 'You will see a count of new replies because you read this topic.' "1_2": "You will be notified if someone mentions your @name or replies to you." "1": "You will be notified if someone mentions your @name or replies to you." "0_7": "You are ignoring all notifications in this category."