From 6ce08d20eeb68c431025a4a84b2a93d4006aaa9e Mon Sep 17 00:00:00 2001 From: survellow <59056368+survellow@users.noreply.github.com> Date: Mon, 23 Sep 2024 23:32:37 +0200 Subject: [PATCH] fix seemingly missing translation --- frontend/src/view/UserCalendar.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/view/UserCalendar.vue b/frontend/src/view/UserCalendar.vue index ee803f8..587bbb0 100644 --- a/frontend/src/view/UserCalendar.vue +++ b/frontend/src/view/UserCalendar.vue @@ -60,8 +60,8 @@ function shareLink() { const link = "https://" + window.location.hostname + "/calendar/view?token=" + token.value + datePart; const shareData = { - title: t("calendarLink.shareLinkTitle"), - text: t("calendarLink.shareLinkText"), + title: t("calendarLink.shareTitle"), + text: t("calendarLink.shareText"), url: link, };