summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
authorKhoa, Le Ngoc <khoaln6@gmail.com>2016-03-19 20:11:48 +0700
committerKhoa, Le Ngoc <khoaln6@gmail.com>2016-03-19 20:11:48 +0700
commit5ed7c3baa5b44356e92551c05e75ef2a47e2bf9b (patch)
tree565a2e6bda8fa7736253817205217cf18152e972 /webapp/components
parent3d549358420137ea740f37fa4da0961863709957 (diff)
downloadchat-5ed7c3baa5b44356e92551c05e75ef2a47e2bf9b.tar.gz
chat-5ed7c3baa5b44356e92551c05e75ef2a47e2bf9b.tar.bz2
chat-5ed7c3baa5b44356e92551c05e75ef2a47e2bf9b.zip
System Console > Legal and Support Settings: If a link does not include http or https, it does not open properly
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'