From 57f06280ce1ac19487691bb9c17b74adb74d062b Mon Sep 17 00:00:00 2001 From: elweyn Date: Tue, 26 Jul 2022 13:00:08 +0200 Subject: [PATCH 1/3] Remove nav prev and nav next year arrows. --- frontend/src/components/Contributions/ContributionForm.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/Contributions/ContributionForm.vue b/frontend/src/components/Contributions/ContributionForm.vue index f345ffff4..1a1e08d59 100644 --- a/frontend/src/components/Contributions/ContributionForm.vue +++ b/frontend/src/components/Contributions/ContributionForm.vue @@ -25,7 +25,10 @@ reset-value="" :label-no-date-selected="$t('contribution.noDateSelected')" required - > + > + + + Date: Tue, 26 Jul 2022 13:11:52 +0200 Subject: [PATCH 3/3] Change 'myContributionNoteList' to new text --- frontend/src/locales/de.json | 2 +- frontend/src/locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 4649ce32f..7c3761827 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -36,7 +36,7 @@ "alert": { "communityNoteList": "Hier findest du alle eingereichten und bestätigten Beiträge von allen Mitgliedern aus dieser Gemeinschaft.", "confirm": "bestätigt", - "myContributionNoteList": "Hier findest du chronologisch aufgelistet alle deine eingereichten Beiträge. Es gibt drei Darstellungsarten. Du kannst deine Beiträge, welche noch nicht bestätigt wurden, jederzeit bearbeiten.", + "myContributionNoteList": "Eingereichte Beiträge, die noch nicht bestätigt wurden, kannst du jederzeit bearbeiten oder löschen.", "myContributionNoteSupport": "Es wird bald an dieser Stelle die Möglichkeit geben das ein Dialog zwischen Moderatoren und dir stattfinden kann. Solltest du jetzt Probleme haben bitte nimm Kontakt mit dem Support auf.", "pending": "Eingereicht und wartet auf Bestätigung", "rejected": "abgelehnt" diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 6340c4ad6..436f789c5 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -36,7 +36,7 @@ "alert": { "communityNoteList": "Here you will find all submitted and confirmed contributions from all members of this community.", "confirm": "confirmed", - "myContributionNoteList": "Here you will find a chronological list of all your submitted contributions. There are three display types. There are three ways of displaying your posts. You can edit your contributions, which have not yet been confirmed, at any time.", + "myContributionNoteList": "You can edit or delete entries that have not yet been confirmed at any time.", "myContributionNoteSupport": "Soon there will be the possibility for a dialogue between moderators and you. If you have any problems now, please contact the support.", "pending": "Submitted and waiting for confirmation", "rejected": "deleted"