Skip to content

Commit e5443e6

Browse files
authored
Merge pull request #4860 from nextcloud/backport/4859/stable31
[stable31] fix(l10n): Fix missing translation of guest name dialog
2 parents 4f02a55 + b801d98 commit e5443e6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/GuestNamePicker.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
</h3>
2020

2121
<p>
22-
{{ t('richdocuments', `Please enter the guest name you wish to use before proceeding to the document.
23-
If you don\'t provide one, the default will be used.`) }}
22+
{{ 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.') }}
2423
</p>
2524

2625
<fieldset>

0 commit comments

Comments
 (0)