Browse Source

Missing validation strings

Partially revert 43143bf
pull/791/head
philon- 11 months ago
parent
commit
9ec6834d6e
  1. 3
      packages/web/public/i18n/locales/en/dialog.json

3
packages/web/public/i18n/locales/en/dialog.json

@ -76,7 +76,8 @@
"unknownErrorLoadingDevices": "Unknown error loading devices" "unknownErrorLoadingDevices": "Unknown error loading devices"
}, },
"validation": { "validation": {
"requiresFeatures": "This connection type requires <0></0>. Please use a supported browser, like Chrome or Edge.", "requiresWebBluetooth": "This connection type requires <0>Web Bluetooth</0>. Please use a supported browser, like Chrome or Edge.",
"requiresWebSerial": "This connection type requires <0>Web Serial</0>. Please use a supported browser, like Chrome or Edge.",
"requiresSecureContext": "This application requires a <0>secure context</0>. Please connect using HTTPS or localhost.", "requiresSecureContext": "This application requires a <0>secure context</0>. Please connect using HTTPS or localhost.",
"additionallyRequiresSecureContext": "Additionally, it requires a <0>secure context</0>. Please connect using HTTPS or localhost." "additionallyRequiresSecureContext": "Additionally, it requires a <0>secure context</0>. Please connect using HTTPS or localhost."
} }

Loading…
Cancel
Save