Skip to content

Commit

Permalink
chore(insights): Rename SQL Command label to generic Command (#76354
Browse files Browse the repository at this point in the history
)

Renames the label in the Queries module for the DB command selector to
something more generic, since we will be supporting more than just SQL.


![image](https://github.com/user-attachments/assets/ae991643-196a-49a0-a39f-33bee890d6cd)
  • Loading branch information
0Calories committed Aug 26, 2024
1 parent 47dd90f commit c4d5c70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const HTTP_ACTION_OPTIONS = [

const LABEL_FOR_MODULE_NAME: {[key in ModuleName]: ReactNode} = {
http: t('HTTP Method'),
db: t('SQL Command'),
db: t('Command'),
cache: t('Action'),
vital: t('Action'),
queue: t('Action'),
Expand Down

0 comments on commit c4d5c70

Please sign in to comment.