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:
GihHubSphinx 2015-05-31 23:41:12 +05:00
parent 995721e0da
commit 04d5f2f59e
2 changed files with 3 additions and 2 deletions

View file

@ -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"
}

View file

@ -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)