This commit is contained in:
Josh Hawkins 2025-10-12 18:33:55 -05:00
parent 6f7c32ac02
commit bedba7a05a
2 changed files with 3 additions and 3 deletions

View File

@ -239,7 +239,7 @@
"testAllStreams": "Test All Streams",
"validationSuccess": "Validation completed successfully!",
"validationPartial": "Some streams failed validation.",
"streamUnavailable": "Stream unavailable",
"streamUnavailable": "Stream preview unavailable",
"reload": "Reload",
"connecting": "Connecting...",
"streamTitle": "Stream {{number}}",
@ -253,7 +253,7 @@
"error": "Error",
"streamValidated": "Stream {{number}} validated successfully",
"streamValidationFailed": "Stream {{number}} validation failed",
"saveAndApply": "Save New Camera Configuration",
"saveAndApply": "Save New Camera",
"saveError": "Invalid configuration. Please check your settings.",
"issues": {
"title": "Stream Validation",

View File

@ -586,7 +586,7 @@ function StreamPreview({ stream, onBandwidthUpdate }: StreamPreviewProps) {
if (error) {
return (
<div className="flex h-32 flex-col items-center justify-center gap-2 rounded-lg bg-danger/20 p-4">
<div className="flex h-32 flex-col items-center justify-center gap-2 rounded-lg bg-secondary p-4">
<span className="text-sm text-danger">
{t("cameraWizard.step3.streamUnavailable")}
</span>