* Finish task #5924.

This commit is contained in:
Yagami
2019-07-03 08:57:32 +08:00
parent 6cc1b9a7f1
commit 49eddc115c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -374,7 +374,7 @@ $lang->admin->menu->message = array('link' => 'Notification|message|index', 's
$lang->admin->menu->custom = array('link' => 'Custom|custom|set', 'subModule' => 'custom');
$lang->admin->menu->sso = array('link' => 'Integration|admin|sso');
$lang->admin->menu->dev = array('link' => 'CSD|dev|api', 'alias' => 'db', 'subModule' => 'dev,entry');
$lang->admin->menu->dev = array('link' => 'Devel|dev|api', 'alias' => 'db', 'subModule' => 'dev,entry');
$lang->admin->menu->translate = array('link' => 'Translate|translate|index', 'subModule' => 'translate');
$lang->admin->menu->data = array('link' => 'Data|backup|index', 'subModule' => 'backup,action');
$lang->admin->menu->safe = array('link' => 'Security|admin|safe', 'alias' => 'checkweak');
+1 -1
View File
@@ -22,7 +22,7 @@
</div>
<form method='post' target='hiddenwin'>
<table align='center' class='table table-form w-320px'>
<?php $thWidth = ($app->getClientLang() == 'en') ? 'w-160px' : 'w-90px';?>
<?php $thWidth = ($app->getClientLang() == 'en') ? 'w-130px' : 'w-90px';?>
<tr>
<th class='rowhead <?php echo $thWidth?>'><?php echo $lang->user->account;?></th>
<td><?php echo $user->account . html::hidden('account',$user->account);?></td>
+1 -1
View File
@@ -15,7 +15,7 @@ $lang->user->company = 'Company';
$lang->user->dept = 'Department';
$lang->user->account = 'Account';
$lang->user->password = 'Password';
$lang->user->password2 = 'Repeat new Password';
$lang->user->password2 = 'Repeat Password';
$lang->user->role = 'Role';
$lang->user->group = 'Privilege Group';
$lang->user->realname = 'Name';