CC-1960: Internationalize Airtime / Support translations
-fixed typos
This commit is contained in:
parent
ae15a47bc5
commit
b9b387fcd0
5 changed files with 8 additions and 14 deletions
|
@ -7,7 +7,7 @@
|
|||
<div class="button-holder">
|
||||
<button type="button" id="add_user_button" name="search_add_group" class="ui-button ui-widget ui-state-default ui-button-text-icon-primary">
|
||||
<span class="ui-icon ui-icon-plusthick"></span>
|
||||
<span class="ui-button-text"><? echo _("New")?> <? echo _("User")?></span>
|
||||
<span class="ui-button-text"><? echo _("New User")?></span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
@ -16,9 +16,9 @@
|
|||
<tr>
|
||||
<th><? echo _("id") ?></th>
|
||||
<th><? echo _("Username") ?></th>
|
||||
<th><? echo _("First")?> <? echo _("Name")?></th>
|
||||
<th><? echo _("Last")?> <? echo _("Name")?></th>
|
||||
<th><? echo _("User")?> <? echo _("Type")?></th>
|
||||
<th><? echo _("First Name")?></th>
|
||||
<th><? echo _("Last Name")?></th>
|
||||
<th><? echo _("User Type")?></th>
|
||||
<th> </th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue