Run script modal: Update copy (#18068)

For the following story: #16460
This commit is contained in:
Noah Talerman 2024-04-04 16:55:25 -04:00 committed by GitHub
parent 842c258d7c
commit 9bf9a162fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -141,8 +141,8 @@ const RunScriptModal = ({
{!isLoading && isError && <DataError />}
{!isLoading && !isError && (!tableData || tableData.length === 0) && (
<EmptyTable
header="No scripts are available for this host"
info="Expecting to see scripts? Try selecting “Refetch” to ask the host to report new vitals."
header="No scripts available for this host"
info="Expecting to see scripts? Close this modal and try again."
/>
)}
{!isLoading && !isError && tableData && tableData.length > 0 && (