From 06e546f3fa4d10c0e520694eac99b45fdb4b7bcf Mon Sep 17 00:00:00 2001 From: Michal Kunc Date: Mon, 11 Mar 2024 10:12:23 +0100 Subject: [PATCH] Add more description to help text, fix cs locale. --- client/public/locales/cs/common.json | 5 ++++- client/public/locales/en/common.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/client/public/locales/cs/common.json b/client/public/locales/cs/common.json index 0a1c636..dcdaa3d 100644 --- a/client/public/locales/cs/common.json +++ b/client/public/locales/cs/common.json @@ -106,7 +106,10 @@ "showSpoolComment": "Poznámka k cívce", "showFilamentComment": "Poznámka k filamentu", "showVendorComment": "Poznámka k výrobci", - "useHTTPUrl": "Použít HTTP(S) odkaz v QR kódu" + "useHTTPUrl": { + "label": "Použít HTTP(S) URL", + "tooltip": "Použít HTTP(S) odkaz v QR kódu. Pokud je vypnuto, použije se speciální kód, který půjde načíst pouze skrz skener v aplikaci Spoolman." + } }, "spoolSelect": { "title": "Vybrat cívky", diff --git a/client/public/locales/en/common.json b/client/public/locales/en/common.json index 470efe2..8c65c8b 100644 --- a/client/public/locales/en/common.json +++ b/client/public/locales/en/common.json @@ -109,7 +109,7 @@ "showVendorComment": "Vendor Comment", "useHTTPUrl": { "label": "Use HTTP(S) link in QR code", - "tooltip": "Uses either the base URL specified in settings, or the current page URL if not set." + "tooltip": "Uses either the base URL specified in settings, or the current page URL if not set. If disabled will use proprietary link that will work only if scanned from Spoolman's scanning feature." } }, "spoolSelect": {