Updating continue button text when not safelite

This commit is contained in:
Michaela Brydon 2024-05-29 14:45:40 -04:00
parent 4165943934
commit f383767028

View file

@ -348,7 +348,7 @@ export default {
const buttonText = const buttonText =
this.selectedProvider === SAFELITE_PROVIDER this.selectedProvider === SAFELITE_PROVIDER
? 'Continue with Safelite' ? 'Continue with Safelite'
: 'Safelite'; : 'Continue';
this.$refs.siteFooter.updateButtonText(buttonText); this.$refs.siteFooter.updateButtonText(buttonText);
}, },
nextStepsBody(newValue, oldValue) { nextStepsBody(newValue, oldValue) {