diff --git a/packages/localizations/src/utils/enUS_v4.ts b/packages/localizations/src/utils/enUS_v4.ts index eb2499c7cf9..fcc20b6fa82 100644 --- a/packages/localizations/src/utils/enUS_v4.ts +++ b/packages/localizations/src/utils/enUS_v4.ts @@ -518,7 +518,7 @@ export const enUS_v4: any = { title: 'Delete account', messageLine1: 'Are you sure you want to delete your account?', messageLine2: 'This action is permanent and irreversible.', - actionDescription: 'Type Delete account below to continue.', + actionDescription: 'Type "Delete account" below to continue.', confirm: 'Delete account', }, }, @@ -564,13 +564,13 @@ export const enUS_v4: any = { 'Are you sure you want to leave this organization? You will lose access to this organization and its applications.', messageLine2: 'This action is permanent and irreversible.', successMessage: 'You have left the organization.', - actionDescription: 'Type {{organizationName}} below to continue.', + actionDescription: 'Type "{{organizationName}}" below to continue.', }, deleteOrganization: { title: 'Delete organization', messageLine1: 'Are you sure you want to delete this organization?', messageLine2: 'This action is permanent and irreversible.', - actionDescription: 'Type {{organizationName}} below to continue.', + actionDescription: 'Type "{{organizationName}}" below to continue.', successMessage: 'You have deleted the organization.', }, },