Skip to content

Commit

Permalink
Correct library error translations
Browse files Browse the repository at this point in the history
  • Loading branch information
schroda committed Nov 1, 2023
1 parent a638333 commit b230429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/i18n/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@
"label": {
"empty": "Your library is empty",
"no_matches": "No manga matches this filter",
"add_to_library": "Added manga to library!",
"remove_from_library": "Could not add manga to library!"
"add_to_library": "Could not add manga to library!",
"remove_from_library": "Could not remove manga from library!"
}
},
"info": {
Expand Down

0 comments on commit b230429

Please sign in to comment.