From 96702b6f900d685d842c46b5bc36e37b9ed16d59 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 19 Jan 2022 16:13:38 -0700 Subject: [PATCH] Update terms URL --- www/routes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/routes.js b/www/routes.js index 114ef5f..f44fded 100644 --- a/www/routes.js +++ b/www/routes.js @@ -339,8 +339,8 @@ var routes = [ link: true }, { - setting: "privacy", - title: "Privacy policy and legal", + setting: "legal", + title: "Terms of Use and Privacy Policy", text: "", onclick: "openBrowser('https://helena.express/appterms?mtm_campaign=HelenaExpressApp')", link: true