From 00889792c70431f6e020f351a0d819cee2a1855a Mon Sep 17 00:00:00 2001 From: Andrea Williams Date: Thu, 23 Jan 2025 15:07:33 -0800 Subject: [PATCH] chore: updated some of the wording in enums.ts for admin:e2e --- bciers/apps/administration-e2e/utils/enums.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bciers/apps/administration-e2e/utils/enums.ts b/bciers/apps/administration-e2e/utils/enums.ts index 19e9f3f68e..0564685b62 100644 --- a/bciers/apps/administration-e2e/utils/enums.ts +++ b/bciers/apps/administration-e2e/utils/enums.ts @@ -84,10 +84,10 @@ export enum SelectOperatorFormField { // 💬 Operator messages export enum MessageTextOperatorSelect { - NO_ACCESS = "Looks like you do not have access to", + NO_ACCESS = "You do not currently have access to", NO_ADMIN = "does not have Administrator access set up", OPERATOR_CONFIRM = "Kindly confirm if this is the operator that you represent.", - REQUEST_ACCESS_CONFIRMED = "Your access request has been sent to the Administrator(s) of Operator 1 Legal Name for review.", + REQUEST_ACCESS_CONFIRMED = "Your access request has been sent to the Administrator(s) of", REQUEST_ACCESS_ADMIN_CONFIRMED = "Your access request as administrator for Operator 1 Legal Name has been received by ministry staff and will be reviewed shortly.", REQUEST_ACCESS_DECLINED = "Your access request was declined by an Administrator of Existing Operator 2 Legal Name", //"Your access request was declined by an Administrator", REQUEST_ACCESS_ADMIN_DECLINED = "Your administrator access request for New Operator 13 Legal Name was declined",