FIX: Use correct label for column header (#297)
This commit changes the header for the first column of the queries table to have the correct label. Currently it says "Created by", but it should be "Query".
This commit is contained in:
parent
489aacf156
commit
7d99c621a9
|
@ -294,7 +294,7 @@
|
|||
>
|
||||
<TableHeaderToggle
|
||||
@field="name"
|
||||
@labelKey="explorer.query_user"
|
||||
@labelKey="explorer.query_name"
|
||||
@order={{this.order}}
|
||||
@asc={{not this.sortDescending}}
|
||||
@automatic="true"
|
||||
|
|
Loading…
Reference in New Issue