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 @@
Members added
+{{pluralize this.importResponse.imported.count "Member" without-count=true}} added
Errors
+{{pluralize this.importResponse.invalid.count "Error" without-count=true}}
{{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}}The CSV contains errors! Some members will not be imported.
+The CSV contains errors! {{unless this.importDisabled "Some members will not be imported."}}
{{#if validationErrors}}