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:
Josh Dassinger 2024-12-02 08:29:42 -06:00 committed by GitHub
commit 18627c3513
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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 () => {

View file

@ -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