File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -426,6 +426,7 @@ uid = Uid
426426u2f = Security Keys
427427
428428public_profile = Public Profile
429+ biography_placeholder = Tell us a little bit about yourself
429430profile_desc = Your email address will be used for notifications and other operations.
430431password_username_disabled = Non-local users are not allowed to change their username. Please contact your site administrator for more details.
431432full_name = Full Name
Original file line number Diff line number Diff line change 3333 </div>
3434 <div class= " field {{if .Err_Description}}error{{end}}" >
3535 <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>
3737 </div>
3838 <div class= " field {{if .Err_Website}}error{{end}}" >
3939 <label for= " website" >{{.i18n.Tr " settings.website" }}</label>
You can’t perform that action at this time.
0 commit comments