diff --git a/apps/web/modules/availability/availability-view.tsx b/apps/web/modules/availability/availability-view.tsx index 01912c6efe6cda..5b5355422eae82 100644 --- a/apps/web/modules/availability/availability-view.tsx +++ b/apps/web/modules/availability/availability-view.tsx @@ -96,7 +96,7 @@ export function AvailabilityList({ availabilities }: AvailabilityListProps) { onSuccess: () => { utils.viewer.availability.list.invalidate(); revalidateAvailabilityList(); - showToast(t("success"), "success"); + showToast(t("bulk_updated_schedule_successfully"), "success"); callback(); }, } diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index b38ffb7ae53af1..5824d4067b640c 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -1294,6 +1294,7 @@ "delete_schedule_description": "Deleting a schedule will remove it from all event types. This action cannot be undone.", "schedule_created_successfully": "{{scheduleName}} schedule created successfully", "availability_updated_successfully": "{{scheduleName}} schedule updated successfully", + "bulk_updated_schedule_successfully": "Bulk updated selected event types with default schedule", "schedule_deleted_successfully": "Schedule deleted successfully", "default_schedule_name": "Working Hours", "new_schedule_heading": "Create an availability schedule", diff --git a/packages/features/bookings/Booker/components/AvailableTimeSlots.tsx b/packages/features/bookings/Booker/components/AvailableTimeSlots.tsx index f05d7667964c39..34f67e690c55f9 100644 --- a/packages/features/bookings/Booker/components/AvailableTimeSlots.tsx +++ b/packages/features/bookings/Booker/components/AvailableTimeSlots.tsx @@ -218,7 +218,7 @@ export const AvailableTimeSlots = ({