Merge pull request #5629 from JakubOnderka/patch-88

fix: [UI] UUID term should be uppercase
pull/5633/head
Andras Iklody 2020-02-14 15:47:58 +01:00 committed by GitHub
commit f94f922eba
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>