diff --git a/views/options/social/chat-box.jade b/views/options/social/chat-box.jade index aeaf95c742..e2abc37737 100644 --- a/views/options/social/chat-box.jade +++ b/views/options/social/chat-box.jade @@ -10,7 +10,7 @@ form.chat-form(ng-submit='postChat(group,message.content)') table.pull-right tr td - input.btn.chat-btn(type='submit', value='Send Chat', ng-class='{disabled: _sending == true}') + input.btn.chat-btn(type='submit', value=env.t('sendChat'), ng-class='{disabled: _sending == true}') td - button.btn(type="button", ng-click='sync(group)', tooltip='Fetch Recent Messages') - i(class='pull-right icon-refresh') \ No newline at end of file + button.btn(type="button", ng-click='sync(group)', tooltip=env.t('toolTipMsg')) + i(class='pull-right icon-refresh')