mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 08:31:47 +08:00
FIX: Off-by-one-slash error in topic.notifications.reasons (#10246)
This commit is contained in:
parent
4f4d8d683f
commit
fa612fca82
@ -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 <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