Parcourir la source

Shorten field name in schema.

Afshin Darian il y a 6 ans
Parent
commit
90d866251d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/filebrowser-extension/schema/browser.json

+ 1 - 1
packages/filebrowser-extension/schema/browser.json

@@ -18,7 +18,7 @@
   "properties": {
     "navigateToCurrentDirectory": {
       "type": "boolean",
-      "title": "Navigate to document's current directory",
+      "title": "Navigate to current directory",
       "description": "Whether to automatically navigate to a document's current directory",
       "default": false
     }