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) => {