mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-07-15 17:18:51 +02:00
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:
@ -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,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user