From fa389ea84530e522f6d21a6715f8e3a53422464e Mon Sep 17 00:00:00 2001 From: Pavel Zavora Date: Thu, 24 Feb 2022 07:15:03 +0100 Subject: [PATCH] chore(ui): adjust truncation message --- ui/src/kapacitor/containers/TickscriptsPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}