diff --git a/app/assets/javascripts/discourse/app/components/sidebar/footer.gjs b/app/assets/javascripts/discourse/app/components/sidebar/footer.gjs index a920c6003a4..655bfdc2951 100644 --- a/app/assets/javascripts/discourse/app/components/sidebar/footer.gjs +++ b/app/assets/javascripts/discourse/app/components/sidebar/footer.gjs @@ -53,6 +53,7 @@ export default class SidebarFooter extends Component { @icon="plus" @action={{this.manageSections}} @title="sidebar.sections.custom.add" + @ariaLabel="sidebar.sections.custom.add" class="btn-flat sidebar-footer-actions-button add-section" /> {{/if}} @@ -61,6 +62,11 @@ export default class SidebarFooter extends Component { @@ -70,6 +76,7 @@ export default class SidebarFooter extends Component {