* Fix bug #19656.
This commit is contained in:
@@ -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>';
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user