File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -426,6 +426,7 @@ uid = Uid
426
426
u2f = Security Keys
427
427
428
428
public_profile = Public Profile
429
+ biography_placeholder = Tell us a little bit about yourself
429
430
profile_desc = Your email address will be used for notifications and other operations.
430
431
password_username_disabled = Non-local users are not allowed to change their username. Please contact your site administrator for more details.
431
432
full_name = Full Name
Original file line number Diff line number Diff line change 33
33
</div>
34
34
<div class="field {{if .Err_Description}}error{{end}}">
35
35
<label for="description">{{$.i18n.Tr "user.user_bio"}}</label>
36
- <textarea id="description" name="description" rows="2">{{.SignedUser.Description}}</textarea>
36
+ <textarea id="description" name="description" rows="2" placeholder="{{.i18n.Tr "settings.biography_placeholder"}}" >{{.SignedUser.Description}}</textarea>
37
37
</div>
38
38
<div class="field {{if .Err_Website}}error{{end}}">
39
39
<label for="website">{{.i18n.Tr "settings.website"}}</label>
You can’t perform that action at this time.
0 commit comments