summaryrefslogtreecommitdiffstats
path: root/webapp
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
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')
-rw-r--r--webapp/components/admin_console/legal_and_support_settings.jsx17
-rw-r--r--webapp/i18n/en.json2
2 files changed, 18 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'
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 3ed5e04a3..9b44f9abd 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -425,6 +425,8 @@
"admin.support.termsDesc": "Link to Terms of Service available to users on desktop and on mobile. Leaving this blank will hide the option to display a notice.",
"admin.support.termsTitle": "Terms of Service link:",
"admin.support.title": "Legal and Support Settings",
+ "admin.support.noteTitle": "Note:",
+ "admin.support.noteDescription": "If linking to an external site, URLs should begin with http:// or https://.",
"admin.system_analytics.activeUsers": "Active Users With Posts",
"admin.system_analytics.title": "the System",
"admin.system_analytics.totalPosts": "Total Posts",