Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fix typo in error text
  • Loading branch information
MerlinVR committed Oct 2, 2023
1 parent 5cc4485 commit 05efc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/USharpVideo/Scripts/USharpVideoPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ public override void OnVideoError(VideoError videoError)
SetStatusText("Invalid URL");
break;
case VideoError.AccessDenied:
SetStatusText("Video blocked, enabled untrusted URLs");
SetStatusText("Video blocked, enable untrusted URLs");
break;
default:
SetStatusText("Failed to load video");
Expand Down

0 comments on commit 05efc49

Please sign in to comment.