Merge pull request #2124 from nextcloud/rakekniven-patch-1

fix(i18n): Improved grammar
This commit is contained in:
Marcel Klehr 2024-01-30 19:20:21 +01:00 committed by GitHub
commit 1b6b82f575
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<template v-if="scrapingEnabled">
<label><h3>{{ t('bookmarks', 'Archive path') }}</h3>
<p><label><input type="checkbox" :checked="archiveEnabled" @input="onChangeArchiveEnabled">{{ t('bookmarks', 'Enable bookmarks archiving to store the web contents of the links you bookmark') }}</label></p>
<p><label><input type="checkbox" :checked="archiveEnabled" @input="onChangeArchiveEnabled">{{ t('bookmarks', 'Enable bookmarks archiving to store the web contents of the links that you have bookmarked') }}</label></p>
<p>{{ t('bookmarks',
'Enter the path of a folder in your Files where bookmarked files should be stored.'
) }}</p>