File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11
11
/>
12
12
<PopupBodyNoIssues v-if =" !results.issuesFound && !details" />
13
13
<PopupLoading v-show =" loading" />
14
+ <span
15
+ class =" va-sr-only"
16
+ aria-live =" polite"
17
+ >
18
+ {{ details ? $vat('announcer_details_view') : $vat('announcer_violations_view') }}
19
+ </span >
14
20
</div >
15
21
</template >
16
22
Original file line number Diff line number Diff line change @@ -4,5 +4,7 @@ export default {
4
4
btn_label : 'accessibility issue found' ,
5
5
btn_label_plu : 'accessibility issues found' ,
6
6
fix : 'Fix the following' ,
7
- fixes : 'Fix any of the following'
7
+ fixes : 'Fix any of the following' ,
8
+ announcer_details_view : 'Details os violation has loaded' ,
9
+ announcer_violations_view : 'List of violations has loaded'
8
10
}
Original file line number Diff line number Diff line change @@ -24,5 +24,8 @@ export default {
24
24
serious : 'Importante' ,
25
25
moderate : 'Moderado' ,
26
26
minor : 'Leve' ,
27
- els : 'Elementos'
27
+ els : 'Elementos' ,
28
+ details : 'Detalhes' ,
29
+ announcer_details_view : 'Detalhes da violação foi carregado' ,
30
+ announcer_violations_view : 'Lista de violações foi carregada'
28
31
}
You can’t perform that action at this time.
0 commit comments