Skip to content

Commit

Permalink
Change the deprecated storage alert message (#3360)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnaik1 authored Oct 23, 2024
1 parent fd1a9e8 commit 3b33b2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class ClusterStorage {
.findByTestId('storage-class-deprecated-alert')
.should(
'contain.text',
'Warning alert:Deprecated storage classA storage class has been deprecated by your administrator, but the cluster storage using it is still active. If you want to migrate your data to a cluster storage instance using a different storage class, contact your administrator.',
'Warning alert:Deprecated storage classOne or more storage classes have been deprecated by your administrator, but the cluster storage instances using them remain active. If you want to migrate your data to a cluster storage instance using a different storage class, contact your administrator.',
);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ const StorageTable: React.FC<StorageTableProps> = ({ pvcs, refresh, onAddPVC })
/>
}
>
A storage class has been deprecated by your administrator, but the cluster storage using
it is still active. If you want to migrate your data to a cluster storage instance using a
different storage class, contact your administrator.
One or more storage classes have been deprecated by your administrator, but the cluster
storage instances using them remain active. If you want to migrate your data to a cluster
storage instance using a different storage class, contact your administrator.
</Alert>
)}
<Table
Expand Down

0 comments on commit 3b33b2e

Please sign in to comment.