Update terms URL

This commit is contained in:
Skylar Ittner 2022-01-19 16:12:57 -07:00
parent 08b7d81e7e
commit 969a6d3ed3

View File

@ -328,7 +328,7 @@ var routes = [
{ {
setting: "versions", setting: "versions",
title: "Helena Express app v" + app_version, title: "Helena Express app v" + app_version,
text: "Copyright © 2019-2022 Netsyms Technologies.", text: "Copyright © 2019-2022 Helena Express and Netsyms Technologies.",
onclick: "" onclick: ""
}, },
{ {
@ -342,7 +342,7 @@ var routes = [
setting: "privacy", setting: "privacy",
title: "Privacy policy and legal", title: "Privacy policy and legal",
text: "", text: "",
onclick: "openBrowser('https://netsyms.com/legal?mtm_campaign=HelenaExpressApp')", onclick: "openBrowser('https://helena.express/appterms?mtm_campaign=HelenaExpressApp')",
link: true link: true
}); });
resolve({ resolve({