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 405afca8f..286f2b1eb 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 3b86971df..aa1accefb 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"