Skip to content

Commit

Permalink
[front: editLog] whoID filter label
Browse files Browse the repository at this point in the history
  • Loading branch information
t8g committed Aug 31, 2017
1 parent 81e58d8 commit 86a8238
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/src/app/log-table/log-table.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@
</th>

<th>
<!-- {{ 'editLogs.who' | translate }} -->
<isari-select
[src]="field.src"
[stringValue]="field.stringValue"
[api]="field.api"
[name]="'whoID'"
[label]="'tata'"
[label]="'editLogs.who' | translate"
[requirement]="false"
[form]="filterForm"></isari-select>
</th>
Expand Down

0 comments on commit 86a8238

Please sign in to comment.