Skip to content

Commit 05efc49

Browse files
committed
Fix typo
Fix typo in error text
1 parent 5cc4485 commit 05efc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/USharpVideo/Scripts/USharpVideoPlayer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ public override void OnVideoError(VideoError videoError)
390390
SetStatusText("Invalid URL");
391391
break;
392392
case VideoError.AccessDenied:
393-
SetStatusText("Video blocked, enabled untrusted URLs");
393+
SetStatusText("Video blocked, enable untrusted URLs");
394394
break;
395395
default:
396396
SetStatusText("Failed to load video");

0 commit comments

Comments
 (0)