mirror of https://github.com/rancher/ui.git
Rename some persistent volume names to match k8s names
rancher/rancher#24081
This commit is contained in:
parent
4288758d6b
commit
ae32ee3d41
|
|
@ -9392,7 +9392,7 @@ storageClass:
|
||||||
glusterfs:
|
glusterfs:
|
||||||
title: Gluster Volume
|
title: Gluster Volume
|
||||||
local:
|
local:
|
||||||
title: Local Node Disk
|
title: Local
|
||||||
longhorn:
|
longhorn:
|
||||||
title: Longhorn
|
title: Longhorn
|
||||||
portworx-volume:
|
portworx-volume:
|
||||||
|
|
@ -9438,7 +9438,7 @@ volumeSource:
|
||||||
glusterfs:
|
glusterfs:
|
||||||
title: Gluster Volume
|
title: Gluster Volume
|
||||||
host-path:
|
host-path:
|
||||||
title: Local Node Path
|
title: HostPath
|
||||||
path:
|
path:
|
||||||
label: Path on the Node
|
label: Path on the Node
|
||||||
placeholder: e.g. /data
|
placeholder: e.g. /data
|
||||||
|
|
@ -9455,7 +9455,7 @@ volumeSource:
|
||||||
iscsi:
|
iscsi:
|
||||||
title: iSCSI Target
|
title: iSCSI Target
|
||||||
local:
|
local:
|
||||||
title: Local Node Disk
|
title: Local
|
||||||
nfs:
|
nfs:
|
||||||
title: NFS Share
|
title: NFS Share
|
||||||
photon:
|
photon:
|
||||||
|
|
@ -9839,4 +9839,4 @@ selectValueCheck:
|
||||||
{values, plural,
|
{values, plural,
|
||||||
=1 {Please select a new value. The following is no longer valid:}
|
=1 {Please select a new value. The following is no longer valid:}
|
||||||
other {Please select new values. The following are no longer valid:}
|
other {Please select new values. The following are no longer valid:}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue