Skip to content

Commit

Permalink
feat: Update Explore button label (#1901)
Browse files Browse the repository at this point in the history
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
  • Loading branch information
StanGirard authored Dec 14, 2023
1 parent b93dc18 commit 7c6c4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"shareButton": "Share",
"Upload": "Upload",
"Chat": "Chat",
"Explore": "Explore",
"Explore": "Marketplace",
"loading": "Loading...",
"comingSoon": "Coming soon",
"Viewer": "Viewer",
Expand All @@ -34,4 +34,4 @@
"cancel": "Cancel",
"next": "Next",
"previous": "Previous"
}
}

0 comments on commit 7c6c4cf

Please sign in to comment.