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": {