ImagesTable: update pending text
"Image build is pending" is more in line with the rest of our status texts.
This commit is contained in:
parent
5612d25f0d
commit
6468d33d25
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue