Skip to content

Commit

Permalink
chore: update reload title and subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
Daydreamer-riri committed Mar 20, 2024
1 parent f0df579 commit e4c22f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Community.PowerToys.Run.Plugin.WebSearchShortcut/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ public List<Result> Query(Query query)
[
new()
{
Title = "Reload data",
SubTitle = "Reloads the data from the file",
Title = "Reload",
SubTitle = "Reload data from config file",
IcoPath = IconPath["Reload"],
Action = _ =>
{
Expand Down

0 comments on commit e4c22f6

Please sign in to comment.