Skip to content

Commit

Permalink
wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
madhurisandbhor committed Nov 10, 2022
1 parent 08a93d5 commit 3526c3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const SortSelect = ({ sortQuery, handleSelectChange }) => {
'githubStars:desc': {
selected: {
id: 'admin.pages.MarketPlacePage.sort.githubStars.selected',
defaultMessage: 'Sort by github stars',
defaultMessage: 'Sort by GitHub stars',
},
option: {
id: 'admin.pages.MarketPlacePage.sort.githubStars',
Expand Down
2 changes: 1 addition & 1 deletion packages/core/admin/admin/src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
"admin.pages.MarketPlacePage.sort.alphabetical.selected": "Sort by alphabetical order",
"admin.pages.MarketPlacePage.sort.newest.selected": "Sort by newest",
"admin.pages.MarketPlacePage.sort.githubStars": "Number of GitHub stars",
"admin.pages.MarketPlacePage.sort.githubStars.selected": "Sort by github stars",
"admin.pages.MarketPlacePage.sort.githubStars.selected": "Sort by GitHub stars",
"admin.pages.MarketPlacePage.sort.npmDownloads": "Number of downloads",
"admin.pages.MarketPlacePage.sort.npmDownloads.selected": "Sort by npm downloads",
"admin.pages.MarketPlacePage.filters.collections": "Collections",
Expand Down

0 comments on commit 3526c3f

Please sign in to comment.