Skip to content

Commit 6991a7b

Browse files
committed
🐛 fix default AriaLabel in MucBanner.vue
1 parent dbd23e3 commit 6991a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Banner/MucBanner.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const typeAriaLabel = computed(() => {
4545
case "emergency":
4646
return "Emergency";
4747
default:
48-
return "dialog";
48+
return "Information";
4949
}
5050
});
5151
</script>

0 commit comments

Comments
 (0)