summaryrefslogtreecommitdiffstats
path: root/web/react/components/admin_console/image_settings.jsx
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-09-25 21:25:39 -0700
committerit33 <iantien@gmail.com>2015-09-25 21:25:39 -0700
commit7a777217be65b193c67a4d0e7e87062fe4208ed3 (patch)
tree3775276cbab69449e0cdf9e8b69fc8dabf50b0ea /web/react/components/admin_console/image_settings.jsx
parent56b3df2e87b23bea9bd21e283ffcba3f431a514e (diff)
downloadchat-7a777217be65b193c67a4d0e7e87062fe4208ed3.tar.gz
chat-7a777217be65b193c67a4d0e7e87062fe4208ed3.tar.bz2
chat-7a777217be65b193c67a4d0e7e87062fe4208ed3.zip
Update image_settings.jsx
Diffstat (limited to 'web/react/components/admin_console/image_settings.jsx')
-rw-r--r--web/react/components/admin_console/image_settings.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/admin_console/image_settings.jsx b/web/react/components/admin_console/image_settings.jsx
index 25d5ad857..e52f516e8 100644
--- a/web/react/components/admin_console/image_settings.jsx
+++ b/web/react/components/admin_console/image_settings.jsx
@@ -457,7 +457,7 @@ export default class FileSettings extends React.Component {
defaultValue={this.props.config.FileSettings.PublicLinkSalt}
onChange={this.handleChange}
/>
- <p className='help-text'>{'32-character salt added to signing of public image links.'}</p>
+ <p className='help-text'>{'32-character salt added to signing of public image links. Randomly generated on install. Click "Re-Generate" to create new salt.'}</p>
<div className='help-text'>
<button
className='help-link'