1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-09 10:50:24 +00:00

Update translation (#5378)

* update translation

* [l10n] update

* [user settings] WebDAV Password: fixup & improvements

* [i18n] fixed text

* upgrade transifex

* update local command

* pull & make

* update po.files

* [l10n] update

* update translation

---------

Co-authored-by: llj <lingjun.li1@gmail.com>
This commit is contained in:
mrwangjianhui
2023-02-15 21:37:24 +08:00
committed by GitHub
parent fe16dfe635
commit 2f0466226a
81 changed files with 44606 additions and 31475 deletions

View File

@@ -59,8 +59,7 @@ class SetWebdavPassword extends Component {
generatePassword = () => {
let randomPassword = Utils.generatePassword(webdavSecretMinLength);
this.setState({
password: randomPassword,
isPasswordVisible: true
password: randomPassword
});
}