mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
fix(files): add label for WebDAV URL in files settings
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
This commit is contained in:
parent
6b478605c2
commit
909d8f2d2b
1 changed files with 1 additions and 0 deletions
|
|
@ -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')"
|
||||
|
|
|
|||
Loading…
Reference in a new issue