mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #36675 from nextcloud/rakekniven-patch-3
l10n: Fixed grammar
This commit is contained in:
commit
39b13e096c
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