diff --git a/app/assets/javascripts/discourse/app/components/modal/sidebar-section-form.hbs b/app/assets/javascripts/discourse/app/components/modal/sidebar-section-form.hbs index aae0c597f59..7016b68ce20 100644 --- a/app/assets/javascripts/discourse/app/components/modal/sidebar-section-form.hbs +++ b/app/assets/javascripts/discourse/app/components/modal/sidebar-section-form.hbs @@ -83,7 +83,7 @@ /> {{/if}} - {{#if (and this.currentUser.staff)}} + {{#if (and this.currentUser.admin)}}
{