Fix gettext warning "Empty msgid"

Empty string tag should not be marked as 'translate'.

TrivialFix

Change-Id: I5d584068c11d4352421e3024195b2f1f978ec6f4
This commit is contained in:
Akihiro Motoki 2017-10-06 02:15:57 +00:00
parent 1eb61ef506
commit 7b82f7baa3
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@
<th st-sort="ctrl.sortByField[4]">
{$ ctrl.tableHeadCells[4].text $}
</th>
<th class="action" translate></th>
<th class="action"></th>
</tr>
</thead>
<tbody>