mirror of
https://github.com/discourse/discourse.git
synced 2025-04-17 18:30:15 +08:00
FIX: missing / after basePath was causing the URL to be relative (#10708)
This commit is contained in:
parent
fe932eb644
commit
f785b04dc0
@ -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 <a href="%{basePath}u/%{username}/preferences/notifications">read this topic</a>.'
|
||||
"2": 'You will see a count of new replies because you <a href="%{basePath}/u/%{username}/preferences/notifications">read this topic</a>.'
|
||||
"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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user