Skip to content

Commit

Permalink
FIX: Use correct label for column header (#297)
Browse files Browse the repository at this point in the history
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".
  • Loading branch information
OsamaSayegh authored Jul 1, 2024
1 parent 489aacf commit 7d99c62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
>
<TableHeaderToggle
@field="name"
@labelKey="explorer.query_user"
@labelKey="explorer.query_name"
@order={{this.order}}
@asc={{not this.sortDescending}}
@automatic="true"
Expand Down

0 comments on commit 7d99c62

Please sign in to comment.