Skip to content

Commit

Permalink
Merge pull request #210 from gjsjohnmurray/silver-fly
Browse files Browse the repository at this point in the history
Tooltip - "Starred" -> "Favorites"
  • Loading branch information
gjsjohnmurray committed Aug 16, 2023
2 parents a9b217b + 379602f commit aa69807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,12 +253,12 @@
},
{
"command": "intersystems-community.servermanager.addToStarred",
"title": "Add to Starred",
"title": "Add to Favorites",
"icon": "$(star-full)"
},
{
"command": "intersystems-community.servermanager.removeFromStarred",
"title": "Remove from Starred",
"title": "Remove from Favorites",
"icon": "$(star-empty)"
},
{
Expand Down

0 comments on commit aa69807

Please sign in to comment.