[TASK] replace Freitag with Markttag for phipsi
This commit is contained in:
parent
4ef88ba6c5
commit
36d86b079b
@ -223,6 +223,10 @@ function initTripSidebar(triggerElement: HTMLElement) {
|
||||
function replaceStrings() {
|
||||
const weekdays = document.querySelectorAll('.weekday-js');
|
||||
Array.prototype.forEach.call(weekdays, (weekday: HTMLElement) => {
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
//weekday.innerHTML = weekday.innerHTML.replace('Donnerstag', 'Dönerstag');
|
||||
>>>>>>> 8797bfd ([TASK] replace Freitag with Markttag for phipsi)
|
||||
weekday.innerHTML = weekday.innerHTML.replace('Freitag', 'Markttag');
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user