Skip to content

Commit

Permalink
Merge pull request #41916 from nextcloud/fix/41835/files--add-visible…
Browse files Browse the repository at this point in the history
…-label-to-webdav-settings

fix(files): add visible label to webdav URL in settings
  • Loading branch information
ShGKme authored Dec 1, 2023
2 parents 6b47860 + 15f9ec1 commit 2091b5a
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 2091b5a

Please sign in to comment.