mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-17 11:32:16 +00:00
feat(i18n): add notices
This commit is contained in:
parent
bc8aed5897
commit
f2a10f8fc1
1 changed files with 5 additions and 1 deletions
|
|
@ -31,7 +31,11 @@ script(type='text/ng-template', id='partials/options.settings.settings.html')
|
|||
.form-horizontal
|
||||
h5=env.t('language')
|
||||
select.form-control(ng-model='language.code', ng-options='lang.code as lang.name for lang in avalaibleLanguages', ng-change='changeLanguage()')
|
||||
|
||||
small
|
||||
!=env.t('americanEnglishGovern')
|
||||
br
|
||||
strong
|
||||
!=env.t('helpWithTranslation')
|
||||
.checkbox
|
||||
label
|
||||
input(type='checkbox', ng-click='set({"preferences.hideHeader":user.preferences.hideHeader?false:true})', ng-checked='user.preferences.hideHeader!==true')
|
||||
|
|
|
|||
Loading…
Reference in a new issue