From 6468d33d255ab98046b22dbf321da3243b37b3db Mon Sep 17 00:00:00 2001 From: Jacob Kozol Date: Sat, 20 Nov 2021 22:24:38 +0100 Subject: [PATCH] ImagesTable: update pending text "Image build is pending" is more in line with the rest of our status texts. --- src/Components/ImagesTable/ImageBuildStatus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/ImagesTable/ImageBuildStatus.js b/src/Components/ImagesTable/ImageBuildStatus.js index ccc1b03f..8c5f157d 100644 --- a/src/Components/ImagesTable/ImageBuildStatus.js +++ b/src/Components/ImagesTable/ImageBuildStatus.js @@ -23,7 +23,7 @@ const ImageBuildStatus = (props) => { pending: [ { icon: , - text: 'Image build, Upload, Cloud registration pending' + text: 'Image build is pending' } ], // Keep "running" for backward compatibility