ok.txt->file

This commit is contained in:
tengfei
2017-11-20 19:08:56 +08:00
parent f6b3158c48
commit d0cb562048
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -63,11 +63,11 @@ $lang->misc->tableStatus = "Status";
$lang->misc->novice = "First time to ZenTao? Do you want to start rookie mode?";
$lang->misc->noticeRepair = "<h5>If you are not Administrator, please contact Administrator to repair table.</h5>
<h5>If you are, please login into your Zentao host and create the <span>%s</span> file.</h5>
<h5>If you are, please login into your Zentao host and create a file named <span>%s</span>.</h5>
<p>Note:</p>
<ol>
<li>Keep the ok.txt empty.</li>
<li>If ok.txt exists, remove it and create one again.</li>
<li>Keep the file empty.</li>
<li>If the file exists, remove it and create one again.</li>
</ol>";
$lang->misc->feature = new stdclass();
+3 -3
View File
@@ -166,9 +166,9 @@ $lang->user->contacts->or = ' or ';
$lang->user->resetFail = "Failed. Please check the account";
$lang->user->resetSuccess = "Reset! Please use your new password to login.";
$lang->user->noticeResetFile = "<h5>If you are not Administrator, please contact Administrator to reset your password.</h5>
<h5>If you are, please login into your Zentao host and create the <span> '%s' </span> file.</h5>
<h5>If you are, please login into your Zentao host and create a file named <span> '%s' </span>.</h5>
<p>Note:</p>
<ol>
<li>Keep the ok.txt empty.</li>
<li>If ok.txt exists, remove it and create one again.</li>
<li>Keep the file empty.</li>
<li>If the file exists, remove it and create one again.</li>
</ol>";