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:
Osama Sayegh 2024-07-02 00:13:04 +03:00 committed by GitHub
parent 489aacf156
commit 7d99c621a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@
>
<TableHeaderToggle
@field="name"
@labelKey="explorer.query_user"
@labelKey="explorer.query_name"
@order={{this.order}}
@asc={{not this.sortDescending}}
@automatic="true"