Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
fix(ui): Rename enable polling/disable polling to enable jobs polling…
Browse files Browse the repository at this point in the history
…/disable jobs polling
  • Loading branch information
s-r-x committed May 18, 2021
1 parent df22cd4 commit 50ac80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/screens/jobs/QueueActions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export default function QueueActions() {
>
{pollingInterval && (
<MenuItem onClick={handleToggleRefetch}>
{isRefetchLocked ? 'Enable polling' : 'Disable polling'}
{isRefetchLocked ? 'Enable jobs polling' : 'Disable jobs polling'}
</MenuItem>
)}
<MenuItem onClick={openRemoveJobsModal}>
Expand Down

0 comments on commit 50ac80d

Please # to comment.