From 876d1d435d18c1cef79b26ecf09d8caae84760c9 Mon Sep 17 00:00:00 2001 From: Alice Harris Date: Sat, 1 Nov 2014 11:42:48 +1000 Subject: [PATCH] change Fetch Recent Messages from tooltip to button text --- views/options/social/chat-box.jade | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/views/options/social/chat-box.jade b/views/options/social/chat-box.jade index 7953e7b1b6..df79a454b0 100644 --- a/views/options/social/chat-box.jade +++ b/views/options/social/chat-box.jade @@ -24,5 +24,4 @@ form.chat-form(ng-submit='postChat(group,message.content)') include ../../shared/formatting-help .chat-buttons input(type='submit', value=env.t('sendChat'), ng-class='{disabled: _sending == true}') - button(type="button", ng-click='sync(group)', tooltip=env.t('toolTipMsg')) - span.glyphicon.glyphicon-refresh + button(type="button", ng-click='sync(group)')=env.t('toolTipMsg')