From 51d9a59d53cd1a9db6082ebede1fc8b9e5821e79 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 10 Sep 2014 10:14:42 +1000 Subject: [PATCH] copy, "notification history" is just too long --- .../javascripts/discourse/templates/user/user.js.handlebars | 2 +- config/locales/client.en.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/user/user.js.handlebars b/app/assets/javascripts/discourse/templates/user/user.js.handlebars index 9532d1f027f..461b76a6624 100644 --- a/app/assets/javascripts/discourse/templates/user/user.js.handlebars +++ b/app/assets/javascripts/discourse/templates/user/user.js.handlebars @@ -27,7 +27,7 @@ {{#link-to 'user.notifications' tagName="li"}} {{#link-to 'user.notifications'}} - {{i18n user.notification_history}} + {{i18n user.notifications}} ({{unread_notification_count}}) {{/link-to}} diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 5b18c2fa076..40fa23eefef 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -306,7 +306,6 @@ en: invited_by: "Invited By" trust_level: "Trust Level" notifications: "Notifications" - notification_history: "Notification History" disable_jump_reply: "Don't jump to your new post after replying" dynamic_favicon: "Show incoming message notifications on favicon (experimental)" edit_history_public: "Let other users view my post revisions"