mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Update chat-box.jade
This commit is contained in:
parent
2282e36bac
commit
34fe364fea
1 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ form.chat-form(ng-submit='postChat(group,message.content)')
|
||||||
table.pull-right
|
table.pull-right
|
||||||
tr
|
tr
|
||||||
td
|
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
|
td
|
||||||
button.btn(type="button", ng-click='sync(group)', tooltip='Fetch Recent Messages')
|
button.btn(type="button", ng-click='sync(group)', tooltip=env.t('toolTipMsg'))
|
||||||
i(class='pull-right icon-refresh')
|
i(class='pull-right icon-refresh')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue