diff --git a/admin/src/components/ContributionLinkForm.vue b/admin/src/components/ContributionLinkForm.vue index d0bfb44da..8245c5320 100644 --- a/admin/src/components/ContributionLinkForm.vue +++ b/admin/src/components/ContributionLinkForm.vue @@ -14,6 +14,7 @@ :min="min" class="mb-4" reset-value="" + :label-no-date-selected="$t('contributionLink.noDateSelected')" required > @@ -26,6 +27,7 @@ :min="form.startDate ? form.startDate : min" class="mb-4" reset-value="" + :label-no-date-selected="$t('contributionLink.noDateSelected')" required > diff --git a/admin/src/locales/de.json b/admin/src/locales/de.json index 059064553..301936d01 100644 --- a/admin/src/locales/de.json +++ b/admin/src/locales/de.json @@ -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": { diff --git a/admin/src/locales/en.json b/admin/src/locales/en.json index 8f0060835..dfdf3bac9 100644 --- a/admin/src/locales/en.json +++ b/admin/src/locales/en.json @@ -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": {