From 28e9c5a6308e8aff5affcaedf4ff35a9d2d53ce7 Mon Sep 17 00:00:00 2001 From: Lukas Sommer Date: Thu, 22 May 2025 11:24:48 +0000 Subject: [PATCH] Fix URL schemes translation (#4004) --- ftl/core/preferences.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ftl/core/preferences.ftl b/ftl/core/preferences.ftl index 7c75904eb..ce24df434 100644 --- a/ftl/core/preferences.ftl +++ b/ftl/core/preferences.ftl @@ -85,10 +85,10 @@ preferences-third-party-description = Third-party services are unaffiliated with ## URL scheme related preferences-url-schemes = URL Schemes -preferences-url-scheme-prompt = Allowed { preferences-url-schemes } (space-separated): +preferences-url-scheme-prompt = Allowed URL Schemes (space-separated): preferences-url-scheme-warning = Blocked attempt to open `{ $link }`, which may be a security issue. - If you trust the deck author and wish to proceed, you can add `{ $scheme }` to your allowed { preferences-url-schemes }. + If you trust the deck author and wish to proceed, you can add `{ $scheme }` to your allowed URL Schemes. preferences-url-scheme-allow-once = Allow Once preferences-url-scheme-always-allow = Always Allow