l10n: Fixed grammar

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
rakekniven 2023-02-11 22:59:22 +01:00 committed by nextcloud-command
parent b59b8fd808
commit f4b7917ca6
3 changed files with 5 additions and 5 deletions

View file

@ -46,7 +46,7 @@
</NcAppSettingsSection>
<!-- Webdav URL-->
<NcAppSettingsSection id="webdav" :title="t('files', 'Webdav')">
<NcAppSettingsSection id="webdav" :title="t('files', 'WebDAV')">
<NcInputField id="webdav-url-input"
:show-trailing-button="true"
:success="webdavUrlCopied"
@ -156,7 +156,7 @@ export default {
await navigator.clipboard.writeText(this.webdavUrl)
this.webdavUrlCopied = true
showSuccess(t('files', 'Webdav URL copied to clipboard'))
showSuccess(t('files', 'WebDAV URL copied to clipboard'))
setTimeout(() => {
this.webdavUrlCopied = false
}, 5000)

4
dist/files-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long