We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43bd419 commit a0271b1Copy full SHA for a0271b1
src/controllers/ElementsController.php
@@ -1242,7 +1242,7 @@ private function _errorSummary(ElementInterface $element): string
1242
Html::tag('span', '', [
1243
'class' => 'notification-icon',
1244
'data-icon' => 'alert',
1245
- 'aria-label' => 'error',
+ 'aria-label' => Craft::t('app', 'Error'),
1246
'role' => 'img',
1247
]) .
1248
Html::tag('h2', $heading) .
0 commit comments