Skip to content

Commit 417268d

Browse files
committed
fix: screen reader announcement
1 parent e355d5e commit 417268d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/_partials/notifications.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
{if $notifications.info}
6161
{block name='notifications_info'}
62-
<div class="alert alert-info alert-dismissible" role="status" tabindex="0">
62+
<div class="alert alert-info alert-dismissible" role="alert" tabindex="0">
6363
{if $notifications.info|count > 1}
6464
<ul class="mb-0">
6565
{foreach $notifications.info as $notif}

0 commit comments

Comments
 (0)