We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc4485 commit 05efc49Copy full SHA for 05efc49
Assets/USharpVideo/Scripts/USharpVideoPlayer.cs
@@ -390,7 +390,7 @@ public override void OnVideoError(VideoError videoError)
390
SetStatusText("Invalid URL");
391
break;
392
case VideoError.AccessDenied:
393
- SetStatusText("Video blocked, enabled untrusted URLs");
+ SetStatusText("Video blocked, enable untrusted URLs");
394
395
default:
396
SetStatusText("Failed to load video");
0 commit comments