Fixed bug Rancher Changes names in the About Section when providing a private label (#7200)

This commit is contained in:
richa 2022-11-24 11:31:51 +01:00 committed by GitHub
parent 4abc94a940
commit b0a6ec0834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -241,6 +241,7 @@ about:
cli: CLI
helm: Helm
machine: Machine
rancher: Rancher
releaseNotes: 'View release notes'
os:
mac: macOS

View File

@ -117,7 +117,7 @@ export default {
target="_blank"
rel="nofollow noopener noreferrer"
>
{{ appName }}
{{ t("about.versions.rancher") }}
</a>
</td><td>{{ rancherVersion.value }}</td>
</tr>