mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(wizard): Capitalise Kubernetes [EE-5178] (#8662)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
f17a608dc7
commit
13ba72ee07
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ export const existingEnvironmentTypes: EnvironmentOption[] = [
|
|||
label: 'Kubernetes',
|
||||
icon: Kubernetes,
|
||||
iconType: 'logo',
|
||||
description: 'Connect to a kubernetes environment via URL/IP',
|
||||
description: 'Connect to a Kubernetes environment via URL/IP',
|
||||
},
|
||||
{
|
||||
id: 'aci',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue