Updating continue button text when not safelite
This commit is contained in:
parent
4165943934
commit
f383767028
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue