From 5d4828514cd029769420f123577849074d9b537d Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Thu, 25 Mar 2021 15:06:20 +0800 Subject: [PATCH] Improve mature-tagging message ## Issue Closes 5747: Typo on Create Livestream page --- static/app-strings.json | 2 +- ui/component/publishForm/view.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index 6ee845c40..5f6f439ea 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1281,7 +1281,7 @@ "Advanced settings": "Advanced settings", "Browse": "Browse", "Automatic transcoding": "Automatic transcoding", - "Add tags that are relevant to your content so those who're looking for it can find it more easily. If mature content, ensure it is tagged mature. Tag abuse and missing mature tags will not be tolerated.": "Add tags that are relevant to your content so those who're looking for it can find it more easily. If mature content, ensure it is tagged mature. Tag abuse and missing mature tags will not be tolerated.", + "Add tags that are relevant to your content so those who're looking for it can find it more easily. If your content is best suited for mature audiences, ensure it is tagged 'mature'.": "Add tags that are relevant to your content so those who're looking for it can find it more easily. If your content is best suited for mature audiences, ensure it is tagged 'mature'.", "%site_name% Terms of Service": "%site_name% Terms of Service", "Descriptive titles work best": "Descriptive titles work best", "What is your content about? Use this space to include any other relevant details you may like to share about your content and channel.": "What is your content about? Use this space to include any other relevant details you may like to share about your content and channel.", diff --git a/ui/component/publishForm/view.jsx b/ui/component/publishForm/view.jsx index 4336a8474..0bb248f69 100644 --- a/ui/component/publishForm/view.jsx +++ b/ui/component/publishForm/view.jsx @@ -440,7 +440,7 @@ function PublishForm(props: Props) { empty={__('No tags added')} limitSelect={TAGS_LIMIT} help={__( - "Add tags that are relevant to your content so those who're looking for it can find it more easily. If mature content, ensure it is tagged mature. Tag abuse and missing mature tags will not be tolerated." + "Add tags that are relevant to your content so those who're looking for it can find it more easily. If your content is best suited for mature audiences, ensure it is tagged 'mature'." )} placeholder={__('gaming, crypto')} onSelect={(newTags) => {