Skip to content

Commit

Permalink
更新翻译
Browse files Browse the repository at this point in the history
  • Loading branch information
zxbmmmmmmmmm committed Feb 7, 2024
1 parent 6bea5b7 commit 9abb67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FluentWeather.Uwp/Helpers/JumpListHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static async Task SetJumpList(GeolocationBase defaultLocation,IEnumerable
private static JumpListItem CreateDefaultItem(GeolocationBase geolocation)
{
var item = JumpListItem.CreateWithArguments("City_" + geolocation.Name,geolocation.Name);
item.GroupName = ResourceLoader.GetForCurrentView().GetString("CurrentLocationText");
item.GroupName = ResourceLoader.GetForCurrentView().GetString("CurrentLocation");
item.Logo = new Uri("ms-appx:///Assets/Icons/CurrentLocation.png");
return item;
}
Expand Down

0 comments on commit 9abb67e

Please sign in to comment.