diff --git a/frontend/src/common/translations/en.json b/frontend/src/common/translations/en.json index 659be7b..87399df 100644 --- a/frontend/src/common/translations/en.json +++ b/frontend/src/common/translations/en.json @@ -28,6 +28,8 @@ "msupply": "mSupply", "delete_report_group": "Delete report group", "delete_report_group_question": "Are you sure you want to delete this report group?", + "delete_report_schedule": "Delete report schedule", + "delete_report_schedule_question": "Are you sure you want to delete this report schedule?", "delete": "DELETE", "no_email": "No email for this user", "edit_report_group": "Edit Report Group", @@ -73,7 +75,8 @@ "available_panels": "Available Panels", "available_panels_tooltip": "This is a list of all panels which are available to be added as a sheet within an emailed report. They are panels created within any dashboard of your Grafana instance with a few requirements. Panels must use a table format, and must only use variables which are either a query or custom type. For query type variables, the datasource must be the same datasource as defined in this mSupply app configuration.", "users": "Users", - "users_tooltip": "Select a user who should be a part of this report group and receive emails from any report schedule assigned this group. Only users who have an email entered into your mSupply instance can be selected.", "send_test_emails": "SEND TEST", + "users_tooltip": "Select a user who should be a part of this report group and receive emails from any report schedule assigned this group. Only users who have an email entered into your mSupply instance can be selected.", + "send_test_emails": "SEND TEST", "report_time": "Report time", "report_time_description": "The time at which to send emails", "report_day": "Report day", diff --git a/frontend/src/components/Groups/EditReportScheduleModal.tsx b/frontend/src/components/Groups/EditReportScheduleModal.tsx index 647b9f0..e90ddd8 100644 --- a/frontend/src/components/Groups/EditReportScheduleModal.tsx +++ b/frontend/src/components/Groups/EditReportScheduleModal.tsx @@ -89,8 +89,8 @@ export const EditReportScheduleModal: FC = ({ reportSchedule, onClose, is