diff --git a/src/i18n/en/Payroll.PayrollHistory.json b/src/i18n/en/Payroll.PayrollHistory.json index 768354f8..ed8086da 100644 --- a/src/i18n/en/Payroll.PayrollHistory.json +++ b/src/i18n/en/Payroll.PayrollHistory.json @@ -32,7 +32,7 @@ }, "cancelDialog": { "title": "Cancel {{payPeriod}} payroll?", - "body": "Cancel this payroll now and run it again later. Any information entered will not be saved.", + "body": "Any changes you have made to this payroll will be saved.", "deadline": "Run this payroll by {{deadline}} to ensure your employees are paid on time.", "primaryAction": "Yes, cancel payroll", "secondaryAction": "No, go back" diff --git a/src/i18n/en/Payroll.PayrollOverview.json b/src/i18n/en/Payroll.PayrollOverview.json index e44c26c0..992b97f6 100644 --- a/src/i18n/en/Payroll.PayrollOverview.json +++ b/src/i18n/en/Payroll.PayrollOverview.json @@ -9,7 +9,7 @@ "editCta": "Edit", "cancelCta": "Cancel payroll", "cancelDialogTitle": "Cancel {{startDate}} - {{endDate}} payroll?", - "cancelDialogDescription": "Cancel this payroll now and run it again later. Any information entered will not be saved.", + "cancelDialogDescription": "Any changes you have made to this payroll will be saved.", "cancelDialogDescriptionDeadline": "Run this payroll by {{deadline}} to ensure your employees are paid on time.", "confirmCancelCta": " Yes, cancel payroll", "declineCancelCta": "No, go back",