diff --git a/ghost/admin/app/components/collections/collection-form.hbs b/ghost/admin/app/components/collections/collection-form.hbs index 03e1660b99..2ebd3e73e1 100644 --- a/ghost/admin/app/components/collections/collection-form.hbs +++ b/ghost/admin/app/components/collections/collection-form.hbs @@ -72,6 +72,17 @@ {{#if (eq this.selectedType.value 'manual')}}

Add posts to this collection one by one through post settings menu.

{{/if}} + + {{#if (eq this.selectedType.value 'automatic')}} + + {{/if}}