1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-14 06:11:16 +00:00

update webdav access (#6554)

This commit is contained in:
lian
2024-08-14 15:38:17 +08:00
committed by GitHub
parent e1a4aee6f8
commit ce80271270
3 changed files with 3 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ class WebdavPassword extends React.Component {
return (
<React.Fragment>
<div id="update-webdav-passwd" className="setting-item">
<h3 className="setting-item-heading">{gettext('WebDAV Password')}</h3>
<h3 className="setting-item-heading">{gettext('WebDAV Access')}</h3>
<p>WebDAV URL: <a href={webdavUrl}>{webdavUrl}</a></p>
<p>{gettext('WebDAV username:')} {username}</p>
{!isWebdavPasswordSetted ?