This commit is contained in:
liyuchun
2022-03-23 10:44:56 +08:00
parent 9e14fa59e7
commit 1a43612090
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ $lang->convert->jira->next = 'Next';
$lang->convert->jira->importFromDB = 'Import From Database';
$lang->convert->jira->importFromFile = 'Import From File';
$lang->convert->jira->mapJira2Zentao = 'Map Jira To Zentao';
$lang->convert->jira->dbNameNotice = "Database";
$lang->convert->jira->dbNameNotice = "Please enter the Jira database name.";
$lang->convert->jira->importNotice = 'Notice: Importing data is risky! Make sure to complete the following steps in sequence before merging.';
$lang->convert->jira->dbDesc = '<p>If your Jira uses MySQL database, please choose this way.</p>';
$lang->convert->jira->fileDesc = '<p>Choose this method if your Jira uses a non-MySQL database.</p>';

View File

@@ -35,7 +35,7 @@ li .form-control {margin-top: 10px}
<li>
<?php echo $lang->convert->jira->importSteps[$method][5];?>
<?php if($method == 'db'):?>
<?php echo html::input('dbName', '', "class='form-control w-200px' placeholder={$lang->convert->jira->dbNameNotice}");?>
<?php echo html::input('dbName', '', "class='form-control w-250px' placeholder='{$lang->convert->jira->dbNameNotice}'");?>
<?php endif;?>
</li>
</ol>