Merge branch 'hotfix/deadline_expired_text' into develop

This commit is contained in:
ostertun
2021-06-15 11:33:29 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -187,7 +187,7 @@ async function onRegattaClicked(id) {
$('#badge-regatta-meldung').addClass('bg-highlight').removeClass('bg-green2-dark bg-red2-dark bg-yellow2-dark');
}
} else {
$('#badge-regatta-meldung').text('Meldeschluss abgelaufen');
$('#badge-regatta-meldung').text('Meldeschluss abgelaufen, Nachmeldung möglich');
$('#badge-regatta-meldung').addClass('bg-highlight').removeClass('bg-green2-dark bg-red2-dark bg-yellow2-dark');
}
} else {

View File

@@ -1,5 +1,5 @@
<?php
define('PWA_VERSION', '1.11.5h1');
define('PWA_VERSION', '1.11.5h2');
?>