diff --git a/langs/en/cards.json b/langs/en/cards.json index c79b73f..a1e7cbd 100644 --- a/langs/en/cards.json +++ b/langs/en/cards.json @@ -7,6 +7,7 @@ "Checkout customers and manage online orders": "Checkout customers and manage online orders", "Build websites and manage contact form messages": "Build websites and manage contact form messages", "Track jobs and assigned tasks": "Track jobs and assigned tasks", - "Change password, setup 2-factor, and change Station PIN": "Change password, setup 2-factor, and change Station PIN", + "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" } diff --git a/pages/home.php b/pages/home.php index 593d185..1b60683 100644 --- a/pages/home.php +++ b/pages/home.php @@ -46,7 +46,13 @@
get("account security"); ?>
- get("Change password, setup 2-factor, and change Station PIN"); ?> + get("Change password, setup 2-factor, add app passwords, and change PIN"); + } else { + $Strings->get("Change password, setup 2-factor, and add app passwords"); + } + ?>
@@ -61,7 +67,7 @@
get("sync"); ?>
- get("Connect mobile devices to AccountHub"); ?> +get("Connect mobile devices to AccountHub"); ?>