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

Commit 4dfcb90

Browse files
committed
A wild u appears!
1 parent c54254e commit 4dfcb90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ class BranchesView : Subview
2424
private const string WarningCheckoutBranchExistsOK = "Ok";
2525
private const string NewBranchCancelButton = "x";
2626
private const string NewBranchConfirmButton = "Create";
27-
private const string FavoritesSetting = "Favourites";
28-
private const string FavoritesTitle = "Favourites";
27+
private const string FavoritesSetting = "Favorites";
28+
private const string FavoritesTitle = "Favorites";
2929
private const string CreateBranchTitle = "Create Branch";
3030
private const string LocalTitle = "Local branches";
3131
private const string RemoteTitle = "Remote branches";

0 commit comments

Comments
 (0)