summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-21 07:29:50 -0400
committerChristopher Speller <crspeller@gmail.com>2016-03-21 07:29:50 -0400
commit59aba5d906740826dd93fb1b8d9af350011f19b3 (patch)
tree565a2e6bda8fa7736253817205217cf18152e972 /webapp/components
parent3d549358420137ea740f37fa4da0961863709957 (diff)
parent5ed7c3baa5b44356e92551c05e75ef2a47e2bf9b (diff)
downloadchat-59aba5d906740826dd93fb1b8d9af350011f19b3.tar.gz
chat-59aba5d906740826dd93fb1b8d9af350011f19b3.tar.bz2
chat-59aba5d906740826dd93fb1b8d9af350011f19b3.zip
Merge pull request #2482 from khoa-le/PLT-2017
PLT-2017 System Console > Legal and Support Settings: If a link does not inclu…
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/admin_console/legal_and_support_settings.jsx17
1 files changed, 16 insertions, 1 deletions
diff --git a/webapp/components/admin_console/legal_and_support_settings.jsx b/webapp/components/admin_console/legal_and_support_settings.jsx
index 4997a1385..bbbb3713c 100644
--- a/webapp/components/admin_console/legal_and_support_settings.jsx
+++ b/webapp/components/admin_console/legal_and_support_settings.jsx
@@ -81,7 +81,22 @@ class LegalAndSupportSettings extends React.Component {
return (
<div className='wrapper--fixed'>
-
+ <div className='banner'>
+ <div className='banner__content'>
+ <h4 className='banner__heading'>
+ <FormattedMessage
+ id='admin.support.noteTitle'
+ defaultMessage='Note:'
+ />
+ </h4>
+ <p>
+ <FormattedMessage
+ id='admin.support.noteDescription'
+ defaultMessage='If linking to an external site, URLs should begin with http:// or https://.'
+ />
+ </p>
+ </div>
+ </div>
<h3>
<FormattedMessage
id='admin.support.title'