diff --git a/ui/src/kapacitor/containers/TickscriptsPage.tsx b/ui/src/kapacitor/containers/TickscriptsPage.tsx index c5225991d..0d7780bf9 100644 --- a/ui/src/kapacitor/containers/TickscriptsPage.tsx +++ b/ui/src/kapacitor/containers/TickscriptsPage.tsx @@ -194,7 +194,7 @@ const Contents = ({ }} > - {`${LIMITED_FETCH_SIZE} kapacitor items are shown. Adjust the filter or `} + {`${LIMITED_FETCH_SIZE} kapacitor tasks are shown, which are then sorted by name. Input a filter or `} { @@ -204,7 +204,7 @@ const Contents = ({ > Load All - {' to show them all.'} + {' to show the first 100 tasks sorted by name.'} ) : undefined}