mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
fixed translations
This commit is contained in:
@ -342,7 +342,7 @@ export class IcsCalendar extends inheritHtmlElement("div") {
|
||||
},
|
||||
helpButton: {
|
||||
text: "?",
|
||||
hint: gettext("how to use calendar link"),
|
||||
hint: gettext("How to use calendar link"),
|
||||
click: () => {
|
||||
if (this.helpUrl) {
|
||||
window.open(this.helpUrl, "_blank");
|
||||
|
Reference in New Issue
Block a user