From 364dfafc388e9e2c90448db97233843e4c90a345 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Thu, 3 Aug 2023 17:52:21 +0200 Subject: [PATCH 1/2] fix(l10n): Remove quoting character Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- src/components/NcRichText/NcReferencePicker/NcSearch.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NcRichText/NcReferencePicker/NcSearch.vue b/src/components/NcRichText/NcReferencePicker/NcSearch.vue index 180b9b3969..ad1c66a756 100644 --- a/src/components/NcRichText/NcReferencePicker/NcSearch.vue +++ b/src/components/NcRichText/NcReferencePicker/NcSearch.vue @@ -41,7 +41,7 @@ - {{ t('Load more "{options}""', { options: option.name }) }} + {{ t('Load more "{options}"', { options: option.name }) }} From b40b14915d4b226dcfad2001491065bbd5e08bfb Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 3 Aug 2023 19:33:40 +0200 Subject: [PATCH 2/2] chore: Extract translations Signed-off-by: Ferdinand Thiessen --- l10n/messages.pot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10n/messages.pot b/l10n/messages.pot index b9599d1c12..db24a8fa6b 100644 --- a/l10n/messages.pot +++ b/l10n/messages.pot @@ -113,7 +113,7 @@ msgstr "" msgid "Hide password" msgstr "" -msgid "Load more \"{options}\"\"" +msgid "Load more \"{options}\"" msgstr "" msgid "Message limit of {count} characters reached"