Add missing targets to docs links. (#4978)
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
bc08cc0ca5
Коммит
3076a5c4bd
@@ -146,7 +146,11 @@ export default class PolicySettings extends AdminSettings {
|
|||||||
defaultMessage='Set policy on who can delete public channels. Deleted channels can be recovered from the database using a {commandLineToolLink}.'
|
defaultMessage='Set policy on who can delete public channels. Deleted channels can be recovered from the database using a {commandLineToolLink}.'
|
||||||
values={{
|
values={{
|
||||||
commandLineToolLink: (
|
commandLineToolLink: (
|
||||||
<a href='https://docs.mattermost.com/administration/command-line-tools.html'>
|
<a
|
||||||
|
href='https://docs.mattermost.com/administration/command-line-tools.html'
|
||||||
|
target='_blank'
|
||||||
|
rel='noopener noreferrer'
|
||||||
|
>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='admin.general.policy.restrictPublicChannelDeletionCommandLineToolLink'
|
id='admin.general.policy.restrictPublicChannelDeletionCommandLineToolLink'
|
||||||
defaultMessage='command line tool'
|
defaultMessage='command line tool'
|
||||||
@@ -222,7 +226,11 @@ export default class PolicySettings extends AdminSettings {
|
|||||||
defaultMessage='Set policy on who can delete private groups. Deleted groups can be recovered from the database using a {commandLineToolLink}.'
|
defaultMessage='Set policy on who can delete private groups. Deleted groups can be recovered from the database using a {commandLineToolLink}.'
|
||||||
values={{
|
values={{
|
||||||
commandLineToolLink: (
|
commandLineToolLink: (
|
||||||
<a href='https://docs.mattermost.com/administration/command-line-tools.html'>
|
<a
|
||||||
|
href='https://docs.mattermost.com/administration/command-line-tools.html'
|
||||||
|
target='_blank'
|
||||||
|
rel='noopener noreferrer'
|
||||||
|
>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='admin.general.policy.restrictPrivateChannelDeletionCommandLineToolLink'
|
id='admin.general.policy.restrictPrivateChannelDeletionCommandLineToolLink'
|
||||||
defaultMessage='command line tool'
|
defaultMessage='command line tool'
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user