From 6c722e1fd9bfedc67073a191284ce0a5109643af Mon Sep 17 00:00:00 2001 From: Uruk Date: Sat, 25 Oct 2025 16:06:14 +0200 Subject: [PATCH] fix: remove trailing space from translation key Removes extraneous whitespace at the end of the "Enable Marlin Search" translation string to ensure consistent formatting across the localization file. --- translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/en.json b/translations/en.json index 1b9a9a96..15587c99 100644 --- a/translations/en.json +++ b/translations/en.json @@ -218,7 +218,7 @@ } }, "marlin_search": { - "enable_marlin_search": "Enable Marlin Search ", + "enable_marlin_search": "Enable Marlin Search", "url": "URL", "server_url_placeholder": "http(s)://domain.org:port", "marlin_search_hint": "Enter the URL for the Marlin server. The URL should include http or https and optionally the port.",