diff --git a/docs/sources/administration/enterprise-licensing/_index.md b/docs/sources/administration/enterprise-licensing/_index.md index 912ddfe1a4f..f0f1428b719 100644 --- a/docs/sources/administration/enterprise-licensing/_index.md +++ b/docs/sources/administration/enterprise-licensing/_index.md @@ -173,9 +173,9 @@ SAML authentication is not affected by an expired license. Enterprise plugins might stop working. -#### White labeling +#### Custom branding -The white labeling feature is turned off, meaning that any white labeling options will not have any effect. +The custom branding feature is turned off, meaning that any custom branding options will not have any effect. #### Usage insights diff --git a/public/app/features/admin/UpgradePage.tsx b/public/app/features/admin/UpgradePage.tsx index 6dd6e38b867..6670db84e2c 100644 --- a/public/app/features/admin/UpgradePage.tsx +++ b/public/app/features/admin/UpgradePage.tsx @@ -174,7 +174,7 @@ const FeatureListing = () => { LDAP, GitHub OAuth, Auth Proxy, Okta - + diff --git a/public/locales/en-US/grafana.json b/public/locales/en-US/grafana.json index 2f4a6f7a95d..02d875a2208 100644 --- a/public/locales/en-US/grafana.json +++ b/public/locales/en-US/grafana.json @@ -103,6 +103,7 @@ }, "feature-listing": { "title-auditing": "Auditing", + "title-custom-branding": "Custom branding", "title-dashboard-presence-indicators": "Dashboard presence indicators", "title-dashboard-usage-stats-drawer": "Dashboard usage stats drawer", "title-data-source-permissions": "Data source permissions", @@ -114,8 +115,7 @@ "title-saml-authentication": "SAML authentication", "title-settings-updates-at-runtime": "Settings updates at runtime", "title-sort-dashboards-by-popularity-in-search": "Sort dashboards by popularity in search", - "title-team-sync": "Team Sync", - "title-white-labeling": "White labeling" + "title-team-sync": "Team Sync" }, "feature-toggles": { "restart-pending": "A restart is pending for your Grafana instance to apply the latest feature toggle changes",