diff --git a/src/digital-components/text-block/text-block.vue b/src/digital-components/text-block/text-block.vue index d8ed9ad54..50927781c 100644 --- a/src/digital-components/text-block/text-block.vue +++ b/src/digital-components/text-block/text-block.vue @@ -16,8 +16,7 @@ :text="getRouterLinkDisplayTextFromCopy(copy)" href="#!" @click-event="$emit('textLinkClicked', getRouterLinkRouteFromCopy(copy))" - :data-bs-target="'#' + getRouterLinkRouteFromCopy(copy)" - aria-label="Modal window" /> + :data-bs-target="'#' + getRouterLinkRouteFromCopy(copy)" /> diff --git a/src/layouts/quote/service-package-question/service-package-radio/service-package-radio.vue b/src/layouts/quote/service-package-question/service-package-radio/service-package-radio.vue index 83bee2218..7c4654721 100644 --- a/src/layouts/quote/service-package-question/service-package-radio/service-package-radio.vue +++ b/src/layouts/quote/service-package-question/service-package-radio/service-package-radio.vue @@ -38,8 +38,7 @@ args: getRouterLinkRouteFromCopy(copy), }) " - :data-bs-target="'#' + getRouterLinkRouteFromCopy(copy)" - aria-label="Modal window" /> + :data-bs-target="'#' + getRouterLinkRouteFromCopy(copy)" /> diff --git a/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue b/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue index 0052c1368..39f64d890 100644 --- a/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue +++ b/src/layouts/service-location/mobile-location-modal-questions/mobile-location-modal-questions.vue @@ -14,8 +14,7 @@ linkType="text" :text="mobileLocationLinkText" href="#!" - @click-event="openModal" - aria-label="Modal window" /> + @click-event="openModal" />