diff --git a/assets/translations/en-us.yaml b/assets/translations/en-us.yaml index 1f42759363..80d0cccf29 100644 --- a/assets/translations/en-us.yaml +++ b/assets/translations/en-us.yaml @@ -258,12 +258,12 @@ catalog: install: Install {name} installGeneric: Install Chart section: - appReadme: Read Me + appReadme: README readme: Helm README chartOptions: Chart Options valuesYaml: Values YAML - helm: Helm Options - appReadmeGeneric: This chart doesn't have a Rancher-specific readme. Review the Helm README to learn more about the available configuration options and their usage. + helm: Helm Deploy Options + appReadmeGeneric: This chart doesn't have a Rancher-specific README. Review the Helm README to learn more about the available configuration options and their usage. project: Install into Project helm: atomic: Atomic @@ -1754,8 +1754,8 @@ typeLabel: } catalog.cattle.io.clusterrepo: |- {count, plural, - one { Repository } - other { Repositories } + one { Chart Repository } + other { Chart Repositories } } catalog.cattle.io.repo: |- {count, plural, diff --git a/pages/c/_cluster/apps/install.vue b/pages/c/_cluster/apps/install.vue index 00eb53eac2..86435f086b 100644 --- a/pages/c/_cluster/apps/install.vue +++ b/pages/c/_cluster/apps/install.vue @@ -280,7 +280,7 @@ export default { nameDisabled: false, openApi: true, resetValues: false, - selectedTabName: 'readme', + selectedTabName: 'appReadme', showPreview: false, showDiff: false, showValuesComponent: true, @@ -766,8 +766,7 @@ export default {
- -

+

{{ chart.description }}

@@ -835,8 +834,9 @@ export default { :default-tab="selectedTabName" @changed="tabChanged($event)" > - - + + +