From df79def142634f543bf5dccd9144f98415516d1b Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Mon, 11 Feb 2019 16:32:44 -0700 Subject: [PATCH] Update sync settings card text --- langs/en/cards.json | 2 +- pages/home.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/langs/en/cards.json b/langs/en/cards.json index a1e7cbd..6b922c9 100644 --- a/langs/en/cards.json +++ b/langs/en/cards.json @@ -9,5 +9,5 @@ "Track jobs and assigned tasks": "Track jobs and assigned tasks", "Change password, setup 2-factor, and add app passwords": "Change password, setup 2-factor, and add app passwords", "Change password, setup 2-factor, add app passwords, and change PIN": "Change password, setup 2-factor, add app passwords, and change PIN", - "Connect mobile devices to AccountHub": "Connect mobile devices to AccountHub" + "Connect mobile devices to {name} and get notifications": "Connect mobile devices to {name} and get notifications" } diff --git a/pages/home.php b/pages/home.php index 1b60683..9785fdd 100644 --- a/pages/home.php +++ b/pages/home.php @@ -67,7 +67,7 @@
get("sync"); ?>
-get("Connect mobile devices to AccountHub"); ?> + build("Connect mobile devices to {name} and get notifications", ["name" => $SETTINGS['site_title']]); ?>