From 15ba6f9fae28d9c0c0e2dac531e346a84a13d4c8 Mon Sep 17 00:00:00 2001 From: Andrea Date: Thu, 17 Feb 2022 10:25:41 +0100 Subject: [PATCH] [en][pronouns][sources] fix edgecase - generator-created pronoun has a source only based on the main form --- components/Literature.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Literature.vue b/components/Literature.vue index 58194d77..5577f5a1 100644 --- a/components/Literature.vue +++ b/components/Literature.vue @@ -14,7 +14,7 @@ pronouns.alt.header ({{ option.replace(/&/g, glue) }}) - + {{ getPronoun(pronouns, option).description }} ({{ getPronoun(pronouns, option).name(glue) }})