Merge pull request #905 from Safelite/defect/digital/SSR-1934
SSR-1934 Change Terms of use to Terms of service
This commit is contained in:
commit
18627c3513
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ describe('menu-modal.vue', () => {
|
|||
const wrapper = shallowMount(menuModal);
|
||||
|
||||
// Expect
|
||||
expect(wrapper.html()).toContain('Terms of use');
|
||||
expect(wrapper.html()).toContain('Terms of service');
|
||||
});
|
||||
|
||||
it('Should return "Your privacy choices" text link text', async () => {
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
<div class="modal-body d-flex flex-column">
|
||||
<textLink
|
||||
linkType="newWindowLink"
|
||||
text="Terms of use"
|
||||
text="Terms of service"
|
||||
href="//www.safelite.com/terms-of-use"
|
||||
target="_blank" />
|
||||
<textLink
|
||||
|
|
|
|||
Loading…
Reference in a new issue