From f785b04dc0203d792bc6200ba65d230031338011 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Sat, 19 Sep 2020 11:27:03 +0200 Subject: [PATCH] FIX: missing / after basePath was causing the URL to be relative (#10708) --- 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 6e3878515fb..c11bd3379c9 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -2400,7 +2400,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."