Merge pull request #719 from Safelite/bug/brydon/SSR-1296
Updating continue button text when not safelite
This commit is contained in:
commit
8a096f9bdb
1 changed files with 1 additions and 1 deletions
|
|
@ -348,7 +348,7 @@ export default {
|
|||
const buttonText =
|
||||
this.selectedProvider === SAFELITE_PROVIDER
|
||||
? 'Continue with Safelite'
|
||||
: 'Safelite';
|
||||
: 'Continue';
|
||||
this.$refs.siteFooter.updateButtonText(buttonText);
|
||||
},
|
||||
nextStepsBody(newValue, oldValue) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue