diff --git a/shell/assets/translations/en-us.yaml b/shell/assets/translations/en-us.yaml index 35781b8ec82..90e1befedae 100644 --- a/shell/assets/translations/en-us.yaml +++ b/shell/assets/translations/en-us.yaml @@ -909,6 +909,8 @@ catalog: label: Resources busy: The related resources will appear when {app} is fully installed. values: Values YAML + upgrade: + uncertainUpgradeWarningTooltip: Unable to identify source chart and repository for this application in order to determine if an upgrade is available chart: registry: label: Container Registry diff --git a/shell/list/catalog.cattle.io.app.vue b/shell/list/catalog.cattle.io.app.vue index 05aaa0c4606..dab3e3e3983 100644 --- a/shell/list/catalog.cattle.io.app.vue +++ b/shell/list/catalog.cattle.io.app.vue @@ -1,5 +1,6 @@