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
|
||||
type:
|
||||
label: Restoration Type
|
||||
etcd: Restore ETCD
|
||||
k8sVersion: "Kubernetes Version - {version}"
|
||||
etcd: Restore etcd
|
||||
k8sVersion: "Restore Kubernetes Version - {version}"
|
||||
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.
|
||||
|
||||
modalRotateCertificates:
|
||||
|
|
|
|||
Loading…
Reference in New Issue