Admin: Rename White labeling to Custom branding (#104874)

* Admin: Rename White labeling to Custom branding

* c
This commit is contained in:
Josh Hunt
2025-05-08 13:03:42 +03:00
committed by GitHub
parent 36987338ea
commit d91ff0b018
3 changed files with 5 additions and 5 deletions
@@ -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
+1 -1
View File
@@ -174,7 +174,7 @@ const FeatureListing = () => {
<Item title={t('admin.feature-listing.title-team-sync', 'Team Sync')}>
<Trans i18nKey="admin.get-enterprise.team-sync-details">LDAP, GitHub OAuth, Auth Proxy, Okta</Trans>
</Item>
<Item title={t('admin.feature-listing.title-white-labeling', 'White labeling')} />
<Item title={t('admin.feature-listing.title-custom-branding', 'Custom branding')} />
<Item title={t('admin.feature-listing.title-auditing', 'Auditing')} />
<Item title={t('admin.feature-listing.title-settings-updates-at-runtime', 'Settings updates at runtime')} />
<Item title={t('admin.feature-listing.title-grafana-usage-insights', 'Grafana usage insights')}>
+2 -2
View File
@@ -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",