Merge branch '26-fix-webshare-api' into 'main'

fix seemingly missing translation

Closes #26

See merge request htwk-software/htwkalender-pwa!27
This commit is contained in:
Christoph Walther
2024-09-23 21:36:37 +00:00

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