diff --git a/komga-webui/src/locales/en.json b/komga-webui/src/locales/en.json
index eadef7bc4..b427e82ec 100644
--- a/komga-webui/src/locales/en.json
+++ b/komga-webui/src/locales/en.json
@@ -224,8 +224,10 @@
"dismiss": "Dismiss",
"download": "Download",
"drag_drop": "drag and drop",
+ "duplicate": "Duplicate",
"email": "Email",
"epub": "Epub",
+ "error": "Error",
"filename": "Filename",
"filter_no_matches": "The active filter has no matches",
"genre": "Genre",
@@ -240,6 +242,7 @@
"lock_all": "Lock all",
"n_selected": "{count} selected",
"nothing_to_show": "Nothing to show",
+ "ok": "OK",
"oneshot": "One-shot",
"outdated": "Outdated",
"page": "Page",
diff --git a/komga-webui/src/views/ImportReadList.vue b/komga-webui/src/views/ImportReadList.vue
index d92bd6b57..48af9917a 100644
--- a/komga-webui/src/views/ImportReadList.vue
+++ b/komga-webui/src/views/ImportReadList.vue
@@ -31,9 +31,9 @@
- OK
- Error
- Duplicate
+ {{ $t('common.ok') }}
+ {{ $t('common.error') }}
+ {{ $t('common.duplicate') }}