Fix #1121: Use semantic headers for accessibility

This commit is contained in:
Agate 2020-07-03 14:20:47 +02:00
commit 86b90ec716
54 changed files with 121 additions and 121 deletions

View file

@ -3,7 +3,7 @@
<div class="ui divider" />
<h3 class="ui header">{{ group.label }}</h3>
<div v-if="errors.length > 0" role="alert" class="ui negative message">
<div class="header"><translate translate-context="Content/*/Error message.Title">Error while saving settings</translate></div>
<h4 class="header"><translate translate-context="Content/*/Error message.Title">Error while saving settings</translate></h4>
<ul class="list">
<li v-for="error in errors">{{ error }}</li>
</ul>