diff --git a/ghost/admin/app/components/gh-members-import-table.hbs b/ghost/admin/app/components/gh-members-import-table.hbs index 3161f89529..3b4156f899 100644 --- a/ghost/admin/app/components/gh-members-import-table.hbs +++ b/ghost/admin/app/components/gh-members-import-table.hbs @@ -4,7 +4,7 @@
{{pluralize this.importResponse.imported.count "Member" without-count=true}} added
{{pluralize this.importResponse.invalid.count "Error" without-count=true}}
{{pluralize this.importResponse.invalid.count "member"}} were skipped due to the following errors:
+{{format-number this.importResponse.invalid.count}} {{pluralize this.importResponse.invalid.count "member" without-count=true}} were skipped due to the following errors:
{{#if this.config.enableDeveloperExperiments}}