Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 8f6db80

Browse files
Changing button label
1 parent 35ca7d7 commit 8f6db80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/HistoryView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ private void Fetch()
735735
if (!success)
736736
{
737737
EditorUtility.DisplayDialog(FetchActionTitle, FetchFailureDescription,
738-
Localization.Cancel);
738+
Localization.Ok);
739739
}
740740
})
741741
.Start();

0 commit comments

Comments
 (0)