Skip to content

Commit

Permalink
Changed the captions displayed on duplicate pages [comixed#287]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Jun 3, 2020
1 parent 8419a86 commit bbe2520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comixed-frontend/src/assets/i18n/library-en.json
Expand Up @@ -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": {
Expand Down

0 comments on commit bbe2520

Please sign in to comment.