Skip to content

Commit c335e15

Browse files
committed
Changed button label.
1 parent 9ee32fe commit c335e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Plugins/CandyCoded.GitStatus/Scripts/CustomEditor/GitStatusPanel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ private void OnGUI()
5858
GUILayout.Label($"Untracked Files: {_untrackedFiles?.Length}");
5959
GUILayout.Label($"Last Updated: {_lastUpdated}");
6060

61-
if (GUILayout.Button("Force Update"))
61+
if (GUILayout.Button("Refresh"))
6262
{
6363

6464
UpdateData();

0 commit comments

Comments
 (0)