Minor changes

This commit is contained in:
2018-11-15 16:23:09 +09:00
parent ac960e71ef
commit a1c11a2eae
3 changed files with 17 additions and 17 deletions

View File

@ -10,7 +10,7 @@ component SettingsPersonal(user *arn.User)
span Personal
InputText("Nick", user.Nick, "Username", "Your username on notify.moe")
InputTextArea("Introduction", user.Introduction, "Introduction", "Tell us about yourself")
InputTextArea("Introduction", user.Introduction, "Introduction", "Tell us a little bit about yourself")
.widget.mountable(data-api="/api/settings/" + user.ID)
h3.widget-title