A11Y: Add labels to some search fields, category notification selector (#14430)

This commit is contained in:
Penar Musaraj
2021-09-23 14:52:34 -04:00
committed by GitHub
parent 8a250a1eac
commit 8cef6dabb5
6 changed files with 14 additions and 3 deletions

View File

@@ -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"),
},
});