From bbe25209a5f3381d5497fbfdfa6a234c889b4328 Mon Sep 17 00:00:00 2001 From: "Darryl L. Pierce" Date: Wed, 3 Jun 2020 12:30:01 -0400 Subject: [PATCH] Changed the captions displayed on duplicate pages [#287] --- comixed-frontend/src/assets/i18n/library-en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comixed-frontend/src/assets/i18n/library-en.json b/comixed-frontend/src/assets/i18n/library-en.json index 5f649ef4e..66a3c3880 100644 --- a/comixed-frontend/src/assets/i18n/library-en.json +++ b/comixed-frontend/src/assets/i18n/library-en.json @@ -337,10 +337,10 @@ }, "duplicate-page-grid-item": { "tooltip": "This page is {blocked, select, true{blocked} other{not blocked}}, and {deletedCount, plural, =0{none are} =1{# is} other{# are}} marked for deletion.", - "caption": "Found in {count, plural, =1{one comic} other{# comics}}." + "caption": "Found {count, plural, =1{one copy} other{# copies}}." }, "duplicate-page-list-item": { - "title": "Found in {count, plural, =1{one comic} other{# comics}}.", + "title": "Found {count, plural, =1{one copy} other{# copies}}.", "subtitle": "This page is {blocked, select, true{blocked} other{not blocked}}, and {deletedCount, plural, =0{none are} =1{# is} other{# are}} marked for deletion." }, "collection-effects": {