mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-07-16 01:28:50 +02:00
fix seemingly missing translation
This commit is contained in:
@ -60,8 +60,8 @@ function shareLink() {
|
|||||||
|
|
||||||
const link = "https://" + window.location.hostname + "/calendar/view?token=" + token.value + datePart;
|
const link = "https://" + window.location.hostname + "/calendar/view?token=" + token.value + datePart;
|
||||||
const shareData = {
|
const shareData = {
|
||||||
title: t("calendarLink.shareLinkTitle"),
|
title: t("calendarLink.shareTitle"),
|
||||||
text: t("calendarLink.shareLinkText"),
|
text: t("calendarLink.shareText"),
|
||||||
url: link,
|
url: link,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user