Skip to content

Commit

Permalink
FIX: Off-by-one-slash error in topic.notifications.reasons (#10246)
Browse files Browse the repository at this point in the history
  • Loading branch information
riking committed Jul 15, 2020
1 parent 4f4d8d6 commit fa612fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/locales/client.en.yml
Expand Up @@ -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."
Expand Down

0 comments on commit fa612fc

Please sign in to comment.