System Console > Legal and Support Settings: If a link does not include http or https, it does not open properly
Этот коммит содержится в:
@@ -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",
|
||||
|
||||
Ссылка в новой задаче
Block a user