Merge pull request #1545 from Safelite/CSR-1783-edit-screenreader-copy

CSR-1783 edit what screenreader reads for vehicle YMM.
This commit is contained in:
bmauger 2023-11-17 15:48:27 -05:00 committed by GitHub
commit f8dd0b8238
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
@click-event="linkClicked"
href="javascript:void(0)">
<template v-slot:after-text v-if="editScreenReaderTextCmsWidgetName">
<span class="sr-only"> {{ screenReaderOnlyText }}</span>
<span class="sr-only"> {{ screenReaderOnlyText }} </span>
</template>
</textLink>
</div>