Merge pull request #2096 from Safelite/CSR-2343-update-tos
CSR-2343 change Terms of use to Terms of service
This commit is contained in:
commit
18c4e76c7c
2 changed files with 4 additions and 4 deletions
|
|
@ -42,8 +42,8 @@
|
|||
<div class="modal-body d-flex flex-column">
|
||||
<textLink
|
||||
linkType="newWindowLink"
|
||||
text="Terms of use"
|
||||
href="//www.safelite.com/terms-of-use"
|
||||
text="Terms of service"
|
||||
href="//www.safelite.com/terms-of-service"
|
||||
target="_blank" />
|
||||
<textLink
|
||||
linkType="newWindowLink"
|
||||
|
|
|
|||
|
|
@ -139,8 +139,8 @@
|
|||
type="hidden"
|
||||
name="sgtermsofusedisplaytext"
|
||||
value="By selecting submit, I agree to Safelite's" />
|
||||
<input type="hidden" name="sgtermsofuseurl" value="http://www.safelite.com/terms-of-use/" />
|
||||
<input type="hidden" name="sgtermsofuselinkdisplaytext" value="terms of use" />
|
||||
<input type="hidden" name="sgtermsofuseurl" value="http://www.safelite.com/terms-of-service/" />
|
||||
<input type="hidden" name="sgtermsofuselinkdisplaytext" value="Terms of service" />
|
||||
<input type="hidden" name="sgtermsofcancelrefunddisplaytext" value="and" />
|
||||
<input
|
||||
type="hidden"
|
||||
|
|
|
|||
Loading…
Reference in a new issue