ImagesTable: update pending text

"Image build is pending" is more in line with the rest of our status
texts.
This commit is contained in:
Jacob Kozol 2021-11-20 22:24:38 +01:00 committed by Tom Gundersen
parent 5612d25f0d
commit 6468d33d25

View file

@ -23,7 +23,7 @@ const ImageBuildStatus = (props) => {
pending: [
{
icon: <PendingIcon />,
text: 'Image build, Upload, Cloud registration pending'
text: 'Image build is pending'
}
],
// Keep "running" for backward compatibility