mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
"Run query" –> "Live query"
This commit is contained in:
parent
7b967de6c1
commit
83c124fb7e
1 changed files with 2 additions and 2 deletions
|
|
@ -451,7 +451,7 @@ const QueryForm = ({
|
|||
variant="blue-green"
|
||||
onClick={goToSelectTargets}
|
||||
>
|
||||
Run query
|
||||
Live query
|
||||
</Button>
|
||||
</div>
|
||||
)}
|
||||
|
|
@ -567,7 +567,7 @@ const QueryForm = ({
|
|||
variant="blue-green"
|
||||
onClick={goToSelectTargets}
|
||||
>
|
||||
Run query
|
||||
Live query
|
||||
</Button>
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in a new issue