diff --git a/assets/style.scss b/assets/style.scss index 95480315..66a43706 100644 --- a/assets/style.scss +++ b/assets/style.scss @@ -117,3 +117,7 @@ label.required::after { color: $danger; content: ' *'; } + +.mw-input { + min-width: 16ch; +} diff --git a/components/ListInput.vue b/components/ListInput.vue index 1bd7608b..2c94626d 100644 --- a/components/ListInput.vue +++ b/components/ListInput.vue @@ -1,7 +1,7 @@ @@ -26,6 +34,7 @@ props: { value: {}, group: {}, + validation: {}, }, data() { return { v: this.value } }, watch: { v() { this.$emit('input', this.v); } } diff --git a/locale/pl/translations.suml b/locale/pl/translations.suml index 72077ac9..d98b1882 100644 --- a/locale/pl/translations.suml +++ b/locale/pl/translations.suml @@ -717,7 +717,8 @@ profile: description: 'Opis' names: 'Imiona' pronouns: 'Zaimki' - pronounsInfo: 'Możesz tu wpisać zaimek lub wkleić linka do niego.' + pronounsInfo: 'Możesz tu wpisać zaimek (np. „onu”, „on/jego”) lub wkleić linka do niego (np. „https://zaimki.pl/ona/ich”).' + pronounsNotFound: 'Nie możemy znaleźć tego zaimka!' words: 'Słowa' birthday: 'Wiek' birthdayInfo: 'Nie pokazujemy publicznie pełnej daty urodzenia, jedynie obliczony wiek.' diff --git a/routes/profileEditor.vue b/routes/profileEditor.vue index 080b4ed1..f3595b75 100644 --- a/routes/profileEditor.vue +++ b/routes/profileEditor.vue @@ -31,7 +31,7 @@

profile.pronounsInfo

- +
@@ -39,7 +39,7 @@ profile.description -