From 51cae89925f5cfe948c15d76fce98d55770565d8 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 16 Jun 2025 15:27:44 +0200 Subject: [PATCH] fix(l10n): Fix missing translation of guest name dialog Signed-off-by: Joas Schilling --- src/components/GuestNamePicker.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/GuestNamePicker.vue b/src/components/GuestNamePicker.vue index 1d2d419d03..be093efcc9 100644 --- a/src/components/GuestNamePicker.vue +++ b/src/components/GuestNamePicker.vue @@ -19,8 +19,7 @@

- {{ t('richdocuments', `Please enter the guest name you wish to use before proceeding to the document. - If you don\'t provide one, the default will be used.`) }} + {{ t('richdocuments', 'Please enter the guest name you wish to use before proceeding to the document. If you don\'t provide one, the default will be used.') }}