Skip to content

Commit

Permalink
Merge pull request #42630 from nextcloud/backport/41916/stable28
Browse files Browse the repository at this point in the history
[stable28] fix(files): add visible label to webdav URL in settings
  • Loading branch information
ShGKme authored Jan 8, 2024
2 parents 1e27c3f + 15f0e1d commit 6e5e4cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions apps/files/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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')"
Expand Down
4 changes: 2 additions & 2 deletions dist/files-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-main.js.map

Large diffs are not rendered by default.

0 comments on commit 6e5e4cc

Please sign in to comment.