Rename "Custom HTTPS certificate" to "Custom SSL certificate" and update related descriptions in plugin.json

This commit is contained in:
Théophile Diot 2024-12-31 14:14:11 +00:00
parent 11c6f2635d
commit 3514d5c3f8
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -1,14 +1,14 @@
{
"id": "customcert",
"name": "Custom HTTPS certificate",
"description": "Choose custom certificate for HTTPS.",
"name": "Custom SSL certificate",
"description": "Choose custom certificate for SSL.",
"version": "1.0",
"stream": "yes",
"settings": {
"USE_CUSTOM_SSL": {
"context": "multisite",
"default": "no",
"help": "Use custom HTTPS certificate.",
"help": "Use custom SSL certificate.",
"id": "use-custom-ssl",
"label": "Use custom certificate",
"regex": "^(yes|no)$",