diff --git a/src/localization/en.json b/src/localization/en.json index b9f83a9f..96f26b62 100644 --- a/src/localization/en.json +++ b/src/localization/en.json @@ -1896,7 +1896,8 @@ "created": "Created Date", "description": "Description", "export_to_calendar": "Export to Calendar", - "download_ics": "Download .ics" + "download_ics": "Download .ics", + "copied_event_link": "Calendar event URL copied to clipboard" }, "featured_events": "Featured Events" }, diff --git a/src/views/Tools/components/GroupCalendarEventCard.vue b/src/views/Tools/components/GroupCalendarEventCard.vue index 527bfc6d..d54cb319 100644 --- a/src/views/Tools/components/GroupCalendarEventCard.vue +++ b/src/views/Tools/components/GroupCalendarEventCard.vue @@ -56,17 +56,22 @@ -