mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
fix spelling mistake and remove outdated material
This commit is contained in:
parent
598f0a7a1b
commit
f16f9684ca
2 changed files with 1 additions and 3 deletions
|
|
@ -231,8 +231,6 @@ script(type='text/ng-template', id='partials/options.settings.api.html')
|
||||||
h6=env.t('APIToken')
|
h6=env.t('APIToken')
|
||||||
pre.prettyprint {{User.settings.auth.apiToken}}
|
pre.prettyprint {{User.settings.auth.apiToken}}
|
||||||
small!=env.t("APITokenWarning")
|
small!=env.t("APITokenWarning")
|
||||||
h6=env.t('qrCode')
|
|
||||||
img.img-rendering-auto(src='https://chart.googleapis.com/chart?cht=qr&chs=200x200&chl=%7B%22address%22%3A%22https%3A%2F%2Fhabitrpg.com%22%2C%22user%22%3A%22{{user.id}}%22%2C%22key%22%3A%22{{User.settings.auth.apiToken}}%22%7D&choe=UTF-8&chld=L', alt='qrcode')
|
|
||||||
br
|
br
|
||||||
h3=env.t('thirdPartyApps')
|
h3=env.t('thirdPartyApps')
|
||||||
ul
|
ul
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ script(type='text/ng-template', id='partials/options.social.hall.heroes.html')
|
||||||
.checkbox
|
.checkbox
|
||||||
label
|
label
|
||||||
input(type='checkbox', ng-model='hero.flags.chatRevoked')
|
input(type='checkbox', ng-model='hero.flags.chatRevoked')
|
||||||
| Chat Priveleges Revoked
|
| Chat Privileges Revoked
|
||||||
.form-group
|
.form-group
|
||||||
.checkbox
|
.checkbox
|
||||||
label
|
label
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue