mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
A11Y: Add labels to some search fields, category notification selector (#14430)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import NotificationOptionsComponent from "select-kit/components/notifications-button";
|
||||
import { or } from "@ember/object/computed";
|
||||
import I18n from "I18n";
|
||||
|
||||
export default NotificationOptionsComponent.extend({
|
||||
pluginApiIdentifiers: ["category-notifications-button"],
|
||||
@@ -9,5 +10,6 @@ export default NotificationOptionsComponent.extend({
|
||||
selectKitOptions: {
|
||||
i18nPrefix: "category.notifications",
|
||||
showFullTitle: false,
|
||||
headerAriaLabel: I18n.t("category.notifications.title"),
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user