mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-12 09:08:30 -04:00
[inclusive] fix clarification edit
This commit is contained in:
parent
4b654f4c9e
commit
c44f431b84
@ -149,7 +149,9 @@
|
||||
watch: {
|
||||
clarification(v) {
|
||||
if (v) {
|
||||
this.form.clarification = this.$t('inclusive.clarificationDefault');
|
||||
if (!this.form.clarification) {
|
||||
this.form.clarification = this.$t('inclusive.clarificationDefault');
|
||||
}
|
||||
} else {
|
||||
this.form.clarification = null;
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ home:
|
||||
headerLong: 'Lista zaimków'
|
||||
welcome: 'Witamy na stronie zaimki.pl!'
|
||||
intro: >
|
||||
Tworzymy tu wszechstronne kompendium wiedzy o języku niebinarnym i neutralnym płciowo.
|
||||
Tworzymy tu wszechstronne kompendium wiedzy o języku niebinarnym, neutralnym płciowo i inkluzywnym.
|
||||
why: 'Skąd potrzeba niebinarnych zaimków?'
|
||||
about:
|
||||
- >
|
||||
|
Loading…
x
Reference in New Issue
Block a user