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

@ -26,7 +26,7 @@ component Welcome(user *arn.User)
p.welcome-text.mountable Write a little introduction so people know who you are!
.mountable(data-api="/api/user/" + user.ID)
InputTextArea("Introduction", user.Introduction, "Introduction", "Tell us about yourself")
InputTextArea("Introduction", user.Introduction, "Introduction", "Tell us a little bit about yourself")
.footer.mountable
p Markdown allowed.