summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
authorRyan Wang <R-Wang97@users.noreply.github.com>2017-04-11 08:01:50 -0400
committerJoram Wilander <jwawilander@gmail.com>2017-04-11 08:01:50 -0400
commitd2be3de2d3b54c80f3499359dbd32306ccabd722 (patch)
tree05f26fe0891b167c11be8cdaa389ce5b9357c51a /webapp/components
parent858d53d0e75729dabeade2b353d2efc2ddb02d37 (diff)
downloadchat-d2be3de2d3b54c80f3499359dbd32306ccabd722.tar.gz
chat-d2be3de2d3b54c80f3499359dbd32306ccabd722.tar.bz2
chat-d2be3de2d3b54c80f3499359dbd32306ccabd722.zip
Update profile picture format message (#6049)
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/setting_picture.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/setting_picture.jsx b/webapp/components/setting_picture.jsx
index 45ac4096d..af34df800 100644
--- a/webapp/components/setting_picture.jsx
+++ b/webapp/components/setting_picture.jsx
@@ -112,7 +112,7 @@ export default class SettingPicture extends React.Component {
var helpText = (
<FormattedMessage
id='setting_picture.help'
- defaultMessage='Upload a profile picture in either JPG or PNG format, at least {width}px in width and {height}px height.'
+ defaultMessage='Upload a profile picture in BMP, JPG, JPEG or PNG format, at least {width}px in width and {height}px height.'
values={{
width: global.window.mm_config.ProfileWidth,
height: global.window.mm_config.ProfileHeight