summaryrefslogtreecommitdiffstats
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
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…
-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",