From 75f965279f5f488b359e2bdf046d689f42d83d4f Mon Sep 17 00:00:00 2001 From: Gauvain Date: Tue, 9 Jun 2026 23:32:16 +0200 Subject: [PATCH] chore(i18n): polish intro feature copy in en.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tighten onboarding feature descriptions for consistency: - "view offline" → "watch offline" - "movies and tv-shows" → "movies and series" - "Centralised Settings Plugin" → "...plugin" (sentence case) --- translations/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/translations/en.json b/translations/en.json index 2a28693a8..ddeec14dd 100644 --- a/translations/en.json +++ b/translations/en.json @@ -108,9 +108,9 @@ "features_description": "Streamyfin has a bunch of features and integrates with a wide array of software, which you can find in the settings menu. These include:", "jellyseerr_feature_description": "Connect to your Seerr instance and request movies directly in the app.", "downloads_feature_title": "Downloads", - "downloads_feature_description": "Download movies and series to view offline.", - "chromecast_feature_description": "Cast movies and tv-shows to your Chromecast devices.", - "centralised_settings_plugin_title": "Centralised Settings Plugin", + "downloads_feature_description": "Download movies and series to watch offline.", + "chromecast_feature_description": "Cast movies and series to your Chromecast devices.", + "centralised_settings_plugin_title": "Centralised Settings plugin", "centralised_settings_plugin_description": "Configure settings from a centralised location on your Jellyfin server. All client settings for all users will be synced automatically.", "done_button": "Done", "go_to_settings_button": "Go to Settings",