Browse Source

Missing validation strings (#791)

Partially revert 43143bf

Co-authored-by: philon- <[email protected]>
pull/792/head
Jeremy Gallant 10 months ago
committed by GitHub
parent
commit
2ca3eb5685
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      packages/web/public/i18n/locales/en/dialog.json

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

@ -76,8 +76,9 @@
"unknownErrorLoadingDevices": "Unknown error loading devices"
},
"validation": {
"requiresFeatures": "This connection type requires <0></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.",
"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.",
"additionallyRequiresSecureContext": "Additionally, it requires a <0>secure context</0>. Please connect using HTTPS or localhost."
}
},

Loading…
Cancel
Save