Browse Source

Shorten field name in schema.

Afshin Darian 6 years ago
parent
commit
90d866251d
1 changed files with 1 additions and 1 deletions
  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
     }