1
0
Fork 0
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:
Ali 2023-03-16 18:50:54 +13:00 committed by GitHub
parent f17a608dc7
commit 13ba72ee07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',