diff --git a/pkg/harvester/l10n/en-us.yaml b/pkg/harvester/l10n/en-us.yaml index a7005757c6b..949781193e9 100644 --- a/pkg/harvester/l10n/en-us.yaml +++ b/pkg/harvester/l10n/en-us.yaml @@ -34,6 +34,11 @@ asyncButton: waiting: Restarting… harvester: + branding: + logos: + tip: 'Upload a logo to replace the Harvester logo in the top-level navigation header. Image height should be 21 pixels with a max width of 200 pixels. Max file size is 20KB. Accepted formats: JPEG, PNG, SVG.' + favicon: + tip: 'Upload an icon to replace the Harvester favicon in the browser tab. Max file size is 20KB' productLabel: 'Harvester' modal: backup: @@ -1501,6 +1506,14 @@ harvester: topologyKey: placeholder: 'topology.kubernetes.io/zone' +typeDescription: + # Map of + # type: Description to be shown on the top of list view describing the type. + # Should fit on one line. + # If you link to anything external, it MUST have + # target="_blank" rel="noopener noreferrer nofollow" + harvester: "Branding allows administrators to globally re-brand the UI by customizing the Harvester product name, logos and color scheme." + advancedSettings: experimental: 'Experimental features allow users to test and evaluate early-access functionality prior to official supported releases' descriptions: diff --git a/pkg/harvester/pages/c/_cluster/brand/index.vue b/pkg/harvester/pages/c/_cluster/brand/index.vue index b02c77feecd..95efedd5be6 100644 --- a/pkg/harvester/pages/c/_cluster/brand/index.vue +++ b/pkg/harvester/pages/c/_cluster/brand/index.vue @@ -162,7 +162,7 @@ export default {