diff --git a/com/static/bundled/com/components/ics-calendar-index.ts b/com/static/bundled/com/components/ics-calendar-index.ts index d0f3e542..33044996 100644 --- a/com/static/bundled/com/components/ics-calendar-index.ts +++ b/com/static/bundled/com/components/ics-calendar-index.ts @@ -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"); diff --git a/locale/fr/LC_MESSAGES/djangojs.po b/locale/fr/LC_MESSAGES/djangojs.po index eeb84bd9..ce90c30b 100644 --- a/locale/fr/LC_MESSAGES/djangojs.po +++ b/locale/fr/LC_MESSAGES/djangojs.po @@ -38,8 +38,8 @@ msgid "Copy calendar link" msgstr "Copier le lien du calendrier" #: com/static/bundled/com/components/ics-calendar-index.ts -msgid "how to use calendar link" -msgstr "comment utiliser le lien du calendrier" +msgid "How to use calendar link" +msgstr "Comment utiliser le lien du calendrier" #: com/static/bundled/com/components/ics-calendar-index.ts msgid "Link copied"