mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 10:59:51 +08:00
Remove topic.notifications.title translation key since it's always an empty string
This commit is contained in:
parent
543e6a7ddc
commit
6e939c28fb
|
@ -8,7 +8,7 @@
|
|||
**/
|
||||
Discourse.NotificationsButton = Discourse.DropdownButtonView.extend({
|
||||
classNames: ['notification-options'],
|
||||
title: I18n.t('topic.notifications.title'),
|
||||
title: '',
|
||||
longDescriptionBinding: 'topic.details.notificationReasonText',
|
||||
topic: Em.computed.alias('controller.model'),
|
||||
hidden: Em.computed.alias('topic.deleted'),
|
||||
|
|
|
@ -752,7 +752,6 @@ en:
|
|||
position: "post %{current} of %{total}"
|
||||
|
||||
notifications:
|
||||
title: ''
|
||||
reasons:
|
||||
"3_6": 'You will receive notifications because you are watching this category.'
|
||||
"3_5": 'You will receive notifications because you started watching this topic automatically.'
|
||||
|
|
Loading…
Reference in New Issue
Block a user