From d5f31abaef9f9896905dd5b61024cfbaebd8d1d1 Mon Sep 17 00:00:00 2001 From: Valentyne Stigloher Date: Sat, 18 May 2024 13:29:15 +0200 Subject: [PATCH] (pronouns) fix missing translator to head() call introduced in 943f90bb098019170f8dcf47551ca07ca6eaf630 --- routes/pronoun.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/pronoun.vue b/routes/pronoun.vue index 265784345..5c1783a62 100644 --- a/routes/pronoun.vue +++ b/routes/pronoun.vue @@ -169,7 +169,7 @@ export default { this.$t('sources.headerLong', {}, false), ].filter((x) => !!x).join(', '), banner: `api/banner${this.$route.path.replace(/\/$/, '')}.png`, - }) + }, this.$translator) : {}; }, computed: {