mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-23 06:07:07 +00:00
Changed button title to match menu titles
This commit is contained in:
parent
d872682846
commit
2f33fe6e38
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ script(id='partials/options.settings.html', type="text/ng-template")
|
|||
ul.options-menu
|
||||
li(ng-class="{ active: $state.includes('options.settings.settings') }")
|
||||
a(ui-sref='options.settings.settings')
|
||||
=env.t('settings')
|
||||
=env.t('site')
|
||||
li(ng-class="{ active: $state.includes('options.settings.api') }")
|
||||
a(ui-sref='options.settings.api')
|
||||
=env.t('API')
|
||||
|
|
|
|||
Loading…
Reference in a new issue