Skip to content

Commit

Permalink
i18n: add success/error keys for search saving
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Dec 5, 2024
1 parent 70b7ace commit 3e429ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -835,12 +835,10 @@
"appSidebar": {
"projects": "Projects",
"allProjects": "All projects",

"explore": "Explore",
"search": "Search",
"visitedDocuments": "Visited documents",
"savedSearches": "Saved searches",

"tasks": "Tasks",
"analyseAction": "Add documents",
"batchSearches": "Batch searches",
Expand Down Expand Up @@ -1658,6 +1656,8 @@
"searchSavingModal": {
"title": "Save search",
"okTitle": "Save",
"success": "Your search has been saved.",
"error": "Something went wrong, unable to save your search.",
"form": {
"name": "Name",
"description": "You can retrieve all your saved searches in {link}.",
Expand Down

0 comments on commit 3e429ab

Please sign in to comment.