Merge pull request #42630 from nextcloud/backport/41916/stable28

[stable28] fix(files): add visible label to webdav URL in settings
This commit is contained in:
Grigorii K. Shartsev 2024-01-08 20:59:53 +05:00 committed by GitHub
commit 6e5e4cc1d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -56,6 +56,7 @@
<!-- Webdav URL-->
<NcAppSettingsSection id="webdav" :name="t('files', 'WebDAV')">
<NcInputField id="webdav-url-input"
:label="t('files', 'WebDAV URL')"
:show-trailing-button="true"
:success="webdavUrlCopied"
:trailing-button-label="t('files', 'Copy to clipboard')"

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