* Modify English Version
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<div id="mainContent">
|
||||
<div class="main-header">
|
||||
<h2><?php echo $lang->todo->batchCreate . $lang->todo->common;?></h2>
|
||||
<div class="input-group pull-left" style='width:255px;'>
|
||||
<div class="input-group pull-left">
|
||||
<span class="input-group-addon"><?php echo $lang->todo->date;?></span>
|
||||
<input type="text" name="date" value="<?php echo $date;?>" class="form-control form-date" autocomplete="off" />
|
||||
<span class="input-group-addon">
|
||||
|
||||
@@ -100,7 +100,7 @@ $lang->user->weakPassword = "Your password does not meet the complexity requirem
|
||||
|
||||
$lang->user->roleList[''] = '';
|
||||
$lang->user->roleList['dev'] = 'Developer';
|
||||
$lang->user->roleList['qa'] = 'Tester';
|
||||
$lang->user->roleList['qa'] = 'QA';
|
||||
$lang->user->roleList['pm'] = 'Scrum Master';
|
||||
$lang->user->roleList['po'] = 'Product Owner';
|
||||
$lang->user->roleList['td'] = 'Technical Manager';
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user