From dd163b083d647bcdacf9a01ed23d468e2a21bb34 Mon Sep 17 00:00:00 2001 From: Avris Date: Sun, 29 Aug 2021 10:40:37 +0200 Subject: [PATCH] [pronouns][editor] make the instruction and validation message crystal clear --- components/ListInput.vue | 23 ++++++----- components/OpinionListInput.vue | 71 +++++++++++++++++++-------------- components/SourceSubmitForm.vue | 19 +++++---- locale/de/translations.suml | 7 +++- locale/en/translations.suml | 9 +++-- locale/es/translations.suml | 7 +++- locale/fr/translations.suml | 7 +++- locale/nl/translations.suml | 8 +++- locale/no/translations.suml | 8 +++- locale/pl/translations.suml | 6 ++- locale/pt/translations.suml | 7 +++- locale/yi/translations.suml | 12 +++++- locale/zh/translations.suml | 6 ++- routes/profileEditor.vue | 10 +++-- routes/pronouns.vue | 6 +-- 15 files changed, 130 insertions(+), 76 deletions(-) diff --git a/components/ListInput.vue b/components/ListInput.vue index 63c65fdc..bdda48c7 100644 --- a/components/ListInput.vue +++ b/components/ListInput.vue @@ -1,16 +1,19 @@