mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 03:33:58 -06: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({
|
Discourse.NotificationsButton = Discourse.DropdownButtonView.extend({
|
||||||
classNames: ['notification-options'],
|
classNames: ['notification-options'],
|
||||||
title: I18n.t('topic.notifications.title'),
|
title: '',
|
||||||
longDescriptionBinding: 'topic.details.notificationReasonText',
|
longDescriptionBinding: 'topic.details.notificationReasonText',
|
||||||
topic: Em.computed.alias('controller.model'),
|
topic: Em.computed.alias('controller.model'),
|
||||||
hidden: Em.computed.alias('topic.deleted'),
|
hidden: Em.computed.alias('topic.deleted'),
|
||||||
|
@ -752,7 +752,6 @@ en:
|
|||||||
position: "post %{current} of %{total}"
|
position: "post %{current} of %{total}"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
title: ''
|
|
||||||
reasons:
|
reasons:
|
||||||
"3_6": 'You will receive notifications because you are watching this category.'
|
"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.'
|
"3_5": 'You will receive notifications because you started watching this topic automatically.'
|
||||||
|
Loading…
Reference in New Issue
Block a user