@@ -518,7 +518,7 @@ export const enUS_v4: any = {
518
518
title : 'Delete account' ,
519
519
messageLine1 : 'Are you sure you want to delete your account?' ,
520
520
messageLine2 : 'This action is permanent and irreversible.' ,
521
- actionDescription : 'Type Delete account below to continue.' ,
521
+ actionDescription : 'Type " Delete account" below to continue.' ,
522
522
confirm : 'Delete account' ,
523
523
} ,
524
524
} ,
@@ -564,13 +564,13 @@ export const enUS_v4: any = {
564
564
'Are you sure you want to leave this organization? You will lose access to this organization and its applications.' ,
565
565
messageLine2 : 'This action is permanent and irreversible.' ,
566
566
successMessage : 'You have left the organization.' ,
567
- actionDescription : 'Type {{organizationName}} below to continue.' ,
567
+ actionDescription : 'Type " {{organizationName}}" below to continue.' ,
568
568
} ,
569
569
deleteOrganization : {
570
570
title : 'Delete organization' ,
571
571
messageLine1 : 'Are you sure you want to delete this organization?' ,
572
572
messageLine2 : 'This action is permanent and irreversible.' ,
573
- actionDescription : 'Type {{organizationName}} below to continue.' ,
573
+ actionDescription : 'Type " {{organizationName}}" below to continue.' ,
574
574
successMessage : 'You have deleted the organization.' ,
575
575
} ,
576
576
} ,
0 commit comments