diff --git a/pages/welcome/welcome.pixy b/pages/welcome/welcome.pixy index 4be5fdd3..c87e00a5 100644 --- a/pages/welcome/welcome.pixy +++ b/pages/welcome/welcome.pixy @@ -23,7 +23,7 @@ component Welcome(user *arn.User) .footer.mountable p Recommended size: 560x560 (minimum: 280x280) else if user.Introduction == "" - p.welcome-text.mountable Write a little introduction so people know who you are! + p.welcome-text.mountable Write a little introduction for your profile. .mountable(data-api="/api/user/" + user.ID) InputTextArea("Introduction", user.Introduction, "Introduction", "Tell us a little bit about yourself")