diff --git a/static/app-strings.json b/static/app-strings.json index 5b2238195..56fe5b6be 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1260,8 +1260,9 @@ "Links": "Links", "LBRY URL": "LBRY URL", "Download Link": "Download Link", - "Mature content blocked": "Mature content blocked", - "Change %settings%": "Change %settings%", + "Mature content blocked.": "Mature content blocked.", + "Change this in your %content_settings%.": "Change this in your %content_settings%.", + "content settings": "content settings", "There was an error with LBRY first publishing.": "There was an error with LBRY first publishing.", "Automagically upload to your youtube channel.": "Automagically upload to your youtube channel.", "Your file was published to LBRY, but the YouTube upload failed.": "Your file was published to LBRY, but the YouTube upload failed.", diff --git a/ui/component/fileTitle/view.jsx b/ui/component/fileTitle/view.jsx index 7ba829830..ee7aaf199 100644 --- a/ui/component/fileTitle/view.jsx +++ b/ui/component/fileTitle/view.jsx @@ -47,17 +47,19 @@ function FileTitle(props: Props) { actions={ isNsfwBlocked ? (
-

+

- {__('Mature content blocked')} + {__('Mature content blocked.')}

, + content_settings: ( +