mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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:
parent
b59b8fd808
commit
f4b7917ca6
3 changed files with 5 additions and 5 deletions
|
|
@ -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
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue