Skip to content

Commit

Permalink
Merge pull request #6796 from vbnrh/snapshot-fixes
Browse files Browse the repository at this point in the history
Bug 1886766: Changes 'Persistent Volume' to 'Persistent Volume Claim' for PVC dropdown in snapshot create page
  • Loading branch information
openshift-merge-robot committed Oct 31, 2020
2 parents 323136a + 5d31329 commit 4c2ebf4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import {
VolumeSnapshotClassModel,
StorageClassModel,
NamespaceModel,
PersistentVolumeModel,
} from '@console/internal/models';
import { accessModeRadios } from '@console/internal/components/storage/shared';
import { PVCDropdown } from '@console/internal/components/utils/pvc-dropdown';
Expand Down Expand Up @@ -240,7 +239,7 @@ const CreateSnapshotForm = withHandlePromise<SnapshotResourceProps>((props) => {
/* eslint-disable jsx-a11y/label-has-associated-control */
<>
<label className="control-label co-required" html-for="claimName">
{PersistentVolumeModel.label}
{PersistentVolumeClaimModel.label}
</label>
<PVCDropdown
dataTest="pvc-dropdown"
Expand Down

0 comments on commit 4c2ebf4

Please sign in to comment.