Updated the "Terms of use" to "Terms of service"

SSR-397
This commit is contained in:
Jethe 2023-04-12 13:45:17 +05:30
parent 81aa4ba8d2
commit 273c4b43d1
2 changed files with 3 additions and 3 deletions

View file

@ -24,12 +24,12 @@ describe("menu-modal.vue", () => {
expect(modalFooter.text()).toContain("Safelite Group");
});
it("Should return Terms of use text link text", async () => {
it("Should return Terms of service text link text", async () => {
// Act
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

@ -16,7 +16,7 @@
<div class="modal-body d-flex flex-column">
<textLink
linkType="navigation"
text="Terms of use"
text="Terms of service"
href="//www.safelite.com/terms-of-use"
target="_blank" />
<textLink