From 058b8f82ab43b828360e976f985dcecf6a64b25a Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Sat, 11 Sep 2021 10:17:54 +0800 Subject: [PATCH] i18n + Fix autoplay string - Rephrased the autoplay help text (https://discord.com/channels/362322208485277697/646840786662719488/885903447243780096) - Weekly i18n update. --- static/app-strings.json | 2 +- ui/component/settingContent/view.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/app-strings.json b/static/app-strings.json index 2e5e62543..ff7b34a46 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -157,7 +157,7 @@ "Autoplay media files": "Autoplay media files", "Autoplay video and audio files when navigating to a file.": "Autoplay video and audio files when navigating to a file.", "Autoplay next recommended content": "Autoplay next recommended content", - "Autoplay video and audio files as the next related item when a file finishes playing.": "Autoplay video and audio files as the next related item when a file finishes playing.", + "Autoplay the next related item when a file (video or audio) finishes playing.": "Autoplay the next related item when a file (video or audio) finishes playing.", "Clear application cache": "Clear application cache", "Clear Cache": "Clear Cache", "This might fix issues that you are having. Your wallet will not be affected.": "This might fix issues that you are having. Your wallet will not be affected.", diff --git a/ui/component/settingContent/view.jsx b/ui/component/settingContent/view.jsx index e520fbc70..7f0b5f47a 100644 --- a/ui/component/settingContent/view.jsx +++ b/ui/component/settingContent/view.jsx @@ -220,7 +220,7 @@ export default function SettingContent(props: Props) { const HELP = { FLOATING_PLAYER: 'Keep content playing in the corner when navigating to a different page.', AUTOPLAY_MEDIA: 'Autoplay video and audio files when navigating to a file.', - AUTOPLAY_NEXT: 'Autoplay video and audio files as the next related item when a file finishes playing.', + AUTOPLAY_NEXT: 'Autoplay the next related item when a file (video or audio) finishes playing.', HIDE_REPOSTS: 'You will not see reposts by people you follow or receive email notifying about them.', SHOW_MATURE: 'Mature content may include nudity, intense sexuality, profanity, or other adult content. By displaying mature content, you are affirming you are of legal age to view mature content in your country or jurisdiction. ', MAX_PURCHASE_PRICE: 'This will prevent you from purchasing any content over a certain cost, as a safety measure.',