🐛 fix(protpcp-form): Rename 'schema' to 'scheme' for consistency across the application

This commit is contained in:
web
2025-08-15 04:30:20 -07:00
committed by speakeloudest
parent da2aad5d14
commit 36812aebdb
28 changed files with 127 additions and 127 deletions
+3 -3
View File
@@ -52,7 +52,7 @@
"name": "Name",
"description": "Description",
"outputFormat": "Output Format",
"schema": "URL Schema",
"scheme": "URL Scheme",
"template": "Subscription File Template"
},
"descriptions": {
@@ -61,8 +61,8 @@
"userAgentPrefix": "Client identifier for distinguishing different clients",
"description": "Detailed client description",
"outputFormat": "Subscription configuration file format",
"schema": {
"title": "URL Schema template",
"scheme": {
"title": "URL Scheme template",
"variables": "Supports variables:",
"urlVariable": "subscription URL",
"nameVariable": "site name",