fix: 密码放到面板设置界面

This commit is contained in:
ssongliu
2023-02-14 18:15:10 +08:00
committed by ssongliu
parent eb2bfb80cf
commit 97c4410227
11 changed files with 176 additions and 143 deletions

View File

@@ -131,7 +131,7 @@ const getTitle = (key: string) => {
case 'nginx':
return i18n.global.t('website.website');
case 'mysql':
return 'Mysql ' + i18n.global.t('menu.database');
return 'MySQL ' + i18n.global.t('menu.database');
case 'redis':
return 'Redis ' + i18n.global.t('menu.database');
}