mirror of https://github.com/rancher/dashboard.git
Fixed bug Rancher Changes names in the About Section when providing a private label (#7200)
This commit is contained in:
parent
4abc94a940
commit
b0a6ec0834
|
|
@ -241,6 +241,7 @@ about:
|
|||
cli: CLI
|
||||
helm: Helm
|
||||
machine: Machine
|
||||
rancher: Rancher
|
||||
releaseNotes: 'View release notes'
|
||||
os:
|
||||
mac: macOS
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ export default {
|
|||
target="_blank"
|
||||
rel="nofollow noopener noreferrer"
|
||||
>
|
||||
{{ appName }}
|
||||
{{ t("about.versions.rancher") }}
|
||||
</a>
|
||||
</td><td>{{ rancherVersion.value }}</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue