Skip to content

Commit

Permalink
refactor: changing button text
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen committed Mar 25, 2024
1 parent a7023c2 commit 5736b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Mirage/Runtime/NetworkIdentityInspectorCallbacks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public override void OnInspectorGUI()
DrawDefaultInspector();

var target = (NetworkInspectorCallbacks)base.target;
if (GUILayout.Button("Copy Identity events"))
if (GUILayout.Button("Move Identity events"))
{
target.Convert();
}
Expand Down

0 comments on commit 5736b9a

Please sign in to comment.