From 4385fe5502e33b8a5ee300aa0bb0d9612d91c9a8 Mon Sep 17 00:00:00 2001 From: Uruk Date: Mon, 12 Jan 2026 10:09:01 +0100 Subject: [PATCH] fix: correct capitalization in UI messages Standardizes capitalization in user-facing messages to follow proper sentence casing conventions. Changes "Downloaded" to "downloaded" in the no internet message and "No Trailer Available" to "No trailer available" for consistency with standard UI text formatting guidelines. --- translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/en.json b/translations/en.json index c6652310..55a6c198 100644 --- a/translations/en.json +++ b/translations/en.json @@ -77,7 +77,7 @@ "checking_server_connection": "Checking server connection...", "no_internet": "No Internet", "no_items": "No Items", - "no_internet_message": "No worries, you can still watch\nDownloaded content.", + "no_internet_message": "No worries, you can still watch\ndownloaded content.", "checking_server_connection_message": "Checking connection to server", "go_to_downloads": "Go to Downloads", "retry": "Retry", @@ -493,7 +493,7 @@ }, "common": { "select": "Select", - "no_trailer_available": "No Trailer Available", + "no_trailer_available": "No trailer available", "video": "Video", "audio": "Audio", "subtitle": "Subtitle",