UX: Added help text below profile images

This commit is contained in:
Robin Ward 2014-10-17 11:26:30 -04:00
parent 35c30368f0
commit 569874c2b6
2 changed files with 8 additions and 0 deletions

View File

@ -105,6 +105,9 @@
instantDelete="true" instantDelete="true"
type="profile_background"}} type="profile_background"}}
</div> </div>
<div class='instructions'>
{{i18n user.change_profile_background.instructions}}
</div>
</div> </div>
<div class="control-group pref-profile-bg"> <div class="control-group pref-profile-bg">
@ -115,6 +118,9 @@
instantDelete="true" instantDelete="true"
type="expansion_background"}} type="expansion_background"}}
</div> </div>
<div class='instructions'>
{{i18n user.change_expansion_background.instructions}}
</div>
</div> </div>
{{/if}} {{/if}}

View File

@ -370,9 +370,11 @@ en:
change_profile_background: change_profile_background:
title: "Profile Background" title: "Profile Background"
instructions: "Profile backgrounds will be centered and have a default width of 850px."
change_expansion_background: change_expansion_background:
title: "User Expansion Background" title: "User Expansion Background"
instructions: "Expansion images will be centered and have a default width of 590px."
email: email:
title: "Email" title: "Email"