mirror of https://github.com/rancher/ui.git
Merge pull request #3768 from codyrancher/text-fixes
Fixing strings based on feedback
This commit is contained in:
commit
9c849f9d45
|
|
@ -7738,10 +7738,10 @@ modalRestoreBackup:
|
||||||
all: Select an available snapshot
|
all: Select an available snapshot
|
||||||
type:
|
type:
|
||||||
label: Restoration Type
|
label: Restoration Type
|
||||||
etcd: Restore ETCD
|
etcd: Restore etcd
|
||||||
k8sVersion: "Kubernetes Version - {version}"
|
k8sVersion: "Restore Kubernetes Version - {version}"
|
||||||
versionUnknown: 'Unknown'
|
versionUnknown: 'Unknown'
|
||||||
etcdAndK8sVersion: "ETCD and Kubernetes Version - {version}"
|
etcdAndK8sVersion: "Restore etcd and Kubernetes Version - {version}"
|
||||||
k8sVersionUnknown: We cannot restore the kubernetes version for this snapshot because the version is unknown.
|
k8sVersionUnknown: We cannot restore the kubernetes version for this snapshot because the version is unknown.
|
||||||
|
|
||||||
modalRotateCertificates:
|
modalRotateCertificates:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue