From cc59f88a1d87bf2d234a874ad75d1588c845368a Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Wed, 1 Nov 2023 14:26:57 +0100 Subject: [PATCH] Correct library error translations (#437) --- src/i18n/locale/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/locale/en.json b/src/i18n/locale/en.json index 5579872d..fc2cd10e 100644 --- a/src/i18n/locale/en.json +++ b/src/i18n/locale/en.json @@ -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": {