This commit is contained in:
liyuchun
2021-12-01 16:29:36 +08:00
parent 1eb3e7ec98
commit d11f6e9b6f
3 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
</tr>
<tr>
<th><?php echo $lang->gitlab->project->path;?></th>
<td class='required'><?php echo html::input('path', '', "class='form-control' placeholder='{$lang->gitlab->project->path}'");?></td>
<td class='required'><?php echo html::input('path', '', "class='form-control' placeholder='{$lang->gitlab->placeholder->projectPath}'");?></td>
</tr>
<tr>
<th><?php echo $lang->gitlab->project->description;?></th>