mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender-pwa.git
synced 2025-07-16 17:48:51 +02:00
fix seemingly missing translation
This commit is contained in:
@ -61,8 +61,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;
|
||||||
if (typeof navigator.share === "function" && navigator.canShare()) {
|
if (typeof navigator.share === "function" && navigator.canShare()) {
|
||||||
navigator.share({
|
navigator.share({
|
||||||
title: t("calendarLink.shareLinkTitle"),
|
title: t("calendarLink.shareTitle"),
|
||||||
text: t("calendarLink.shareLinkText"),
|
text: t("calendarLink.shareText"),
|
||||||
url: link,
|
url: link,
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user