1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 15:26:19 +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

@@ -54,7 +54,7 @@ class Settings extends React.Component {
{ show: true, href: '#user-basic-info', text: gettext('Profile') },
{ show: canUpdatePassword, href: '#update-user-passwd', text: gettext('Password') },
{ show: enableGetAuthToken, href: '#get-auth-token', text: gettext('Web API Auth Token') },
{ show: enableWebdavSecret, href: '#update-webdav-passwd', text: gettext('WebDav Password') },
{ show: enableWebdavSecret, href: '#update-webdav-passwd', text: gettext('WebDav Access') },
{ show: enableAddressBook, href: '#list-in-address-book', text: gettext('Global Address Book') },
{ show: true, href: '#lang-setting', text: gettext('Language') },
{ show: isPro, href: '#email-notice', text: gettext('Email Notification') },