Skip to content

Commit f0faf49

Browse files
authored
Merge pull request #40 from garoon/GTM-19714_fix_explanation
GTM-19714: Fix explanation in DXT install screen
2 parents 1ca075e + 35673af commit f0faf49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"garoon_base_url": {
4141
"type": "string",
4242
"title": "Garoon Base URL",
43-
"description": "The base URL of your Garoon environment (e.g., https://example.cybozu.com)",
43+
"description": "The base URL of your Garoon environment (e.g., https://example.cybozu.com/g)",
4444
"required": true,
4545
"sensitive": false
4646
},
@@ -69,7 +69,7 @@
6969
"garoon_pfx_file_path": {
7070
"type": "string",
7171
"title": "PFX File Path",
72-
"description": "Path to PFX client certificate file for authentication",
72+
"description": "Path to PFX client certificate file for authentication (e.g., /Users/username/certificate.pfx)",
7373
"required": false,
7474
"sensitive": false,
7575
"default": ""

0 commit comments

Comments
 (0)