fix: use friendly name 'Sealed Secrets' in settings UI

Changed plugin settings registration name from 'headlamp-sealed-secrets'
to 'Sealed Secrets' for better user experience in Settings → Plugins.

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
This commit is contained in:
2026-02-13 06:32:52 -05:00
parent 4efe88cf6e
commit a3b860c1f5
+1 -1
View File
@@ -107,7 +107,7 @@ registerDetailsViewSection(({ resource }) => {
* Settings will appear in Settings → Plugins → Sealed Secrets
*/
registerPluginSettings(
'headlamp-sealed-secrets',
'Sealed Secrets',
() => (
<GenericErrorBoundary>
<SettingsPage />