Update UI pending script message (#16427)

This commit is contained in:
Sarah Gillespie 2024-01-29 15:09:23 -05:00 committed by GitHub
parent ae87519938
commit a01bc79328
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,8 +32,7 @@ const StatusMessageRunning = () => (
<div className={`${baseClass}__status-message`}>
<p>
<Icon name="pending-outline" />
Script is running. To see if the script finished, close this modal and
open it again.
Script is running or will run when the host comes online.
</p>
</div>
);