mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 20:23:38 +08:00
UX: Added help text below profile images
This commit is contained in:
parent
35c30368f0
commit
569874c2b6
|
@ -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}}
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user