fix seemingly missing translation

This commit is contained in:
survellow
2024-09-23 23:32:37 +02:00
parent 241e818a68
commit 6ce08d20ee

View File

@ -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,
};