From 04d5f2f59ec2d1df639f6cd376da8e8322bbff05 Mon Sep 17 00:00:00 2001 From: GihHubSphinx Date: Sun, 31 May 2015 23:41:12 +0500 Subject: [PATCH] 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 --- common/locales/en/character.json | 3 ++- website/views/options/profile.jade | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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)