From ba21c92885be713f0a01f24d6d90bf7db0a2e908 Mon Sep 17 00:00:00 2001 From: shabeeb-aot Date: Mon, 26 Apr 2021 10:54:16 -0700 Subject: [PATCH] BCeID/2FA Changes to Registry App for desktop plugin#7314 --- .../auth/create-account/non-bcsc/AccountInstructions.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth-web/src/components/auth/create-account/non-bcsc/AccountInstructions.vue b/auth-web/src/components/auth/create-account/non-bcsc/AccountInstructions.vue index d5b20879c..d790f03fe 100644 --- a/auth-web/src/components/auth/create-account/non-bcsc/AccountInstructions.vue +++ b/auth-web/src/components/auth/create-account/non-bcsc/AccountInstructions.vue @@ -70,7 +70,7 @@ export default class AccountInstructions extends Vue { }, { number: 3, - stepTitle: 'Use a 2-factor authentication app', + stepTitle: 'Use a 2-factor mobile or desktop authentication app', stepDescription: `

Mobile options such as: Google or Microsoft Authenticator
Desktop options such as: Authy or GAuth

`,