diff --git a/ghost/admin/app/components/modal-import-members.hbs b/ghost/admin/app/components/modal-import-members.hbs index cbf8a227f1..4a723041ce 100644 --- a/ghost/admin/app/components/modal-import-members.hbs +++ b/ghost/admin/app/components/modal-import-members.hbs @@ -19,11 +19,11 @@

{{this.importResponse.imported.count}}

-

Members added

+

{{pluralize this.importResponse.imported.count "Member" without-count=true}} added

{{this.importResponse.invalid.count}}

-

Errors

+

{{pluralize this.importResponse.invalid.count "Error" without-count=true}}

@@ -33,7 +33,7 @@
{{svg-jar "warning" class="w5 h5 fill-red nudge-top--3 mr3"}}
-

{{this.importResponse.invalid.count}} members were skipped due to the following errors:

+

{{pluralize this.importResponse.invalid.count "member"}} were skipped due to the following errors:

{{#if this.config.enableDeveloperExperiments}}