Merge pull request #41916 from nextcloud/fix/41835/files--add-visible-label-to-webdav-settings

fix(files): add visible label to webdav URL in settings
This commit is contained in:
Grigorii K. Shartsev 2023-12-02 01:10:52 +05:00 committed by GitHub
commit 2091b5af86
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