Skip to content
Snippets Groups Projects
Commit dd58f0b8 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

adjust wording, fixes #3208

Closes #3208

Merge request studip/studip!2176
parent 4208d3b8
No related branches found
No related tags found
No related merge requests found
......@@ -625,7 +625,7 @@ import eventBus from "./lib/event-bus.ts";
closeText: $gettext('Schließen'),
prevText: $gettext('Zurück'),
nextText: $gettext('Vor'),
currentText: $gettext('Jetzt'),
currentText: $gettext('Heute'),
monthNames: [
$gettext('Januar'),
$gettext('Februar'),
......@@ -696,7 +696,10 @@ import eventBus from "./lib/event-bus.ts";
locale.dayNamesMin = locale.dayNamesShort;
$.datepicker.setDefaults(locale);
$.timepicker.setDefaults(locale);
$.timepicker.setDefaults({
...locale,
currentText: $gettext('Jetzt'),
});
});
var DpHideOnScroll = function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment