changed locales for start and enddate

This commit is contained in:
ogerly 2022-06-08 16:49:24 +02:00
parent 4730fdefaa
commit 20103b1700
3 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,7 @@
:min="min"
class="mb-4"
reset-value=""
:label-no-date-selected="$t('contributionLink.noDateSelected')"
required
></b-form-datepicker>
</b-form-group>
@ -26,6 +27,7 @@
:min="form.startDate ? form.startDate : min"
class="mb-4"
reset-value=""
:label-no-date-selected="$t('contributionLink.noDateSelected')"
required
></b-form-datepicker>
</b-form-group>

View File

@ -14,6 +14,7 @@
"newContributionLink": "Neuer Beitragslink",
"noContributionLinks": "Es sind keine Beitragslinks angelegt.",
"noEndDate": "Kein Enddatum gewählt.",
"noDateSelected": "Kein Datum ausgewählt",
"noStartDate": "Kein Startdatum gewählt.",
"options": {
"cycle": {

View File

@ -14,6 +14,7 @@
"newContributionLink": "New contribution link",
"noContributionLinks": "No contribution links have been created.",
"noEndDate": "No end-date",
"noDateSelected": "No date selected",
"noStartDate": "No start-date",
"options": {
"cycle": {