diff --git a/common/locales/en/character.json b/common/locales/en/character.json index 38923c34a9..2a71ce31f2 100644 --- a/common/locales/en/character.json +++ b/common/locales/en/character.json @@ -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" } diff --git a/website/views/options/profile.jade b/website/views/options/profile.jade index b7cf432095..d7d9731502 100644 --- a/website/views/options/profile.jade +++ b/website/views/options/profile.jade @@ -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)