From d19204d5849845f1d231a8a1ed35862afd999ff7 Mon Sep 17 00:00:00 2001 From: "Carrie Warner (Mattermost)" <74422101+cwarnermm@users.noreply.github.com> Date: Wed, 24 Nov 2021 08:48:01 -0500 Subject: [PATCH] Updated Terms of Service to Terms of Use --- model/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/config.go b/model/config.go index 3806304661..74f9e044e2 100644 --- a/model/config.go +++ b/model/config.go @@ -126,7 +126,7 @@ const ( EmailSettingsDefaultFeedbackOrganization = "" - SupportSettingsDefaultTermsOfServiceLink = "https://mattermost.com/terms-of-service/" + SupportSettingsDefaultTermsOfServiceLink = "https://mattermost.com/terms-of-use/" SupportSettingsDefaultPrivacyPolicyLink = "https://mattermost.com/privacy-policy/" SupportSettingsDefaultAboutLink = "https://about.mattermost.com/default-about/" SupportSettingsDefaultHelpLink = "https://about.mattermost.com/default-help/"