mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2026-01-04 20:14:54 +01:00
Improve Media Stream API error message for clarity (#593)
The previous error message was vague, stating only that the Media Stream API was unsupported. This update makes it explicit that HTTPS is required for support. The new message reads: > "Media Stream API is not supported without HTTPS" This improves clarity and helps users quickly understand the issue and how to resolve it.
This commit is contained in:
@@ -350,7 +350,7 @@
|
||||
"invalid_url": "Invalid barcode URL",
|
||||
"no_sources": "No video sources available",
|
||||
"select_video_source": "Pick a video source",
|
||||
"unsupported": "Media Stream API is not supported"
|
||||
"unsupported": "Media Stream API is not supported without HTTPS"
|
||||
},
|
||||
"tools": {
|
||||
"actions": "Inventory Actions",
|
||||
|
||||
Reference in New Issue
Block a user