From aaa0bb9d4dcaca0212a7bf1a7dc3dbd9b78fb6c5 Mon Sep 17 00:00:00 2001 From: nickago Date: Thu, 20 Aug 2015 17:02:47 -0700 Subject: Added help text to profile picture screen --- web/react/components/setting_picture.jsx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web/react/components') diff --git a/web/react/components/setting_picture.jsx b/web/react/components/setting_picture.jsx index e97b67706..5b12ad7e9 100644 --- a/web/react/components/setting_picture.jsx +++ b/web/react/components/setting_picture.jsx @@ -48,6 +48,7 @@ module.exports = React.createClass({ } confirmButton = Save; } + var helpText = 'Upload a profile picture in either JPG or PNG format, at least ' + config.ProfileWidth + 'px in width and ' + config.ProfileHeight + 'px height.' var self = this; return ( @@ -58,6 +59,9 @@ module.exports = React.createClass({
  • {img}
  • +
  • + {helpText} +
  • {serverError} {clientError} -- cgit v1.2.3-1-g7c22