Merge pull request #719 from Safelite/bug/brydon/SSR-1296

Updating continue button text when not safelite
This commit is contained in:
michaela-brydon-safelite 2024-05-29 15:07:37 -04:00 committed by GitHub
commit 8a096f9bdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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) {