mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-02 04:00:36 +00:00
Additional translatable line for blurb placeholder
A new commit to replace https://github.com/HabitRPG/habitrpg/pull/5293 which turned messy after I rebased accidentally New screenshot: http://i.snag.gy/m9gTA.jpg
This commit is contained in:
parent
995721e0da
commit
04d5f2f59e
2 changed files with 3 additions and 2 deletions
|
|
@ -140,5 +140,6 @@
|
|||
"unequipBattleGear": "Unequip Battle Gear",
|
||||
"unequipCostume": "Unequip Costume",
|
||||
"unequipPetMountBackground": "Unequip Pet, Mount, Background",
|
||||
"animalSkins": "Animal Skins"
|
||||
"animalSkins": "Animal Skins",
|
||||
"displayBlurbPlaceholder": "Please introduce yourself"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -270,7 +270,7 @@ script(id='partials/options.profile.profile.html', type='text/ng-template')
|
|||
input.form-control(type='url', ng-model='editingProfile.imageUrl', placeholder=env.t('imageUrl'))
|
||||
.form-group
|
||||
label=env.t('displayBlurb')
|
||||
textarea.form-control(rows=5, placeholder=env.t('displayBlurb'), ng-model='editingProfile.blurb')
|
||||
textarea.form-control(rows=5, placeholder=env.t('displayBlurbPlaceholder'), ng-model='editingProfile.blurb')
|
||||
include ../shared/formatting-help
|
||||
|
||||
mixin backgrounds(mobile)
|
||||
|
|
|
|||
Loading…
Reference in a new issue