Remove topic.notifications.title translation key since it's always an empty string

This commit is contained in:
Neil Lalonde 2014-04-11 10:53:48 -04:00
parent 543e6a7ddc
commit 6e939c28fb
2 changed files with 1 additions and 2 deletions

View File

@ -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'),

View File

@ -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.'