System Console > Legal and Support Settings: If a link does not include http or https, it does not open properly

Этот коммит содержится в:
Khoa, Le Ngoc
2016-03-19 20:11:48 +07:00
родитель 3d54935842
Коммит 5ed7c3baa5
2 изменённых файлов: 18 добавлений и 1 удалений

Просмотреть файл

@@ -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'

Просмотреть файл

@@ -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",