Fix port label typo (#528)
This commit is contained in:
parent
4ac5853a8a
commit
b8b34bf77b
|
|
@ -38,7 +38,7 @@ caproverOneClickApp:
|
||||||
- description: Maria DB port
|
- description: Maria DB port
|
||||||
defaultValue: '3306'
|
defaultValue: '3306'
|
||||||
id: $$cap_mariadb_port_number
|
id: $$cap_mariadb_port_number
|
||||||
label: MariaDB user
|
label: MariaDB port
|
||||||
- description: Database name
|
- description: Database name
|
||||||
defaultValue: ghost
|
defaultValue: ghost
|
||||||
id: $$cap_ghost_database_name
|
id: $$cap_ghost_database_name
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue