fix: [UI] UUID term should be uppercase

pull/5629/head
Jakub Onderka 2020-02-14 15:18:46 +01:00 committed by GitHub
parent ee0f708187
commit c1d1bd27d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
<table class="table table-striped table-hover table-condensed">
<tr>
<th><?php echo $this->Paginator->sort('id');?></th>
<th><?php echo __('uuid');?></th>
<th><?php echo __('UUID');?></th>
<th><?php echo $this->Paginator->sort('name');?></th>
<th><?php echo $this->Paginator->sort('Creator');?></th>
<th><?php echo __('Description');?></th>