mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
change Fetch Recent Messages from tooltip to button text
This commit is contained in:
parent
d9cfe3c370
commit
876d1d435d
1 changed files with 1 additions and 2 deletions
|
|
@ -24,5 +24,4 @@ form.chat-form(ng-submit='postChat(group,message.content)')
|
||||||
include ../../shared/formatting-help
|
include ../../shared/formatting-help
|
||||||
.chat-buttons
|
.chat-buttons
|
||||||
input(type='submit', value=env.t('sendChat'), ng-class='{disabled: _sending == true}')
|
input(type='submit', value=env.t('sendChat'), ng-class='{disabled: _sending == true}')
|
||||||
button(type="button", ng-click='sync(group)', tooltip=env.t('toolTipMsg'))
|
button(type="button", ng-click='sync(group)')=env.t('toolTipMsg')
|
||||||
span.glyphicon.glyphicon-refresh
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue