Skip to content

Commit

Permalink
[5.0] Missing ID [a11y] (joomla#41949)
Browse files Browse the repository at this point in the history
The stats dialog on the dashboard references an id that didnt exist.

Simple fix - code review

Co-authored-by: Quy <[email protected]>
  • Loading branch information
brianteeman and Quy authored Sep 29, 2023
1 parent 1b6721f commit 0528938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/system/stats/layouts/message.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
?>

<joomla-alert type="info" dismiss class="js-pstats-alert hidden" role="alertdialog" close-text="<?php echo Text::_('JCLOSE'); ?>" aria-labelledby="alert-stats-heading">
<div class="alert-heading"><?php echo Text::_('PLG_SYSTEM_STATS_LABEL_MESSAGE_TITLE'); ?></div>
<div class="alert-heading" id="alert-stats-heading"><?php echo Text::_('PLG_SYSTEM_STATS_LABEL_MESSAGE_TITLE'); ?></div>
<div>
<div class="alert-message">
<p>
Expand Down

0 comments on commit 0528938

Please sign in to comment.