From 6617bfa4543b994cf1376feaf985e58548553e95 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Mon, 19 May 2014 22:10:21 -0700 Subject: [PATCH] add glyph to Sign In to Reply button --- .../javascripts/discourse/views/buttons/login_reply_button.js | 3 +++ config/locales/client.en.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/views/buttons/login_reply_button.js b/app/assets/javascripts/discourse/views/buttons/login_reply_button.js index 405afca8fb8..286f2b1ebae 100644 --- a/app/assets/javascripts/discourse/views/buttons/login_reply_button.js +++ b/app/assets/javascripts/discourse/views/buttons/login_reply_button.js @@ -11,5 +11,8 @@ Discourse.LoginReplyButton = Discourse.ButtonView.extend({ classNames: ['btn', 'btn-primary', 'create'], click: function() { this.get('controller').send('showLogin'); + }, + renderIcon: function(buffer) { + buffer.push(""); } }); \ No newline at end of file diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 3b86971df3c..aa1accefb84 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -262,7 +262,7 @@ en: deleted: "(deleted)" suspended_notice: "This user is suspended until {{date}}." suspended_reason: "Reason: " - mailing_list_mode: "Receive an email every time a post is made on the forum (unless you have muted the topic or category)" + mailing_list_mode: "Receive an email every time a post is made on the forum (unless you mute the topic or category)" watched_categories: "Watched" watched_categories_instructions: "You will automatically watch all new topics in these categories. You will be notified of all new posts and topics, plus the count of unread and new posts will also appear next to the topic's listing." tracked_categories: "Tracked"