From a9e3739bc09c63a8853036d31f4574ec54f4eb7d Mon Sep 17 00:00:00 2001 From: Bob Gallagher Date: Thu, 11 May 2017 06:46:55 -0400 Subject: [PATCH] =?utf8?q?Change=20label=20for=20root=20folder=20to=20?= =?utf8?q?=E2=80=9Creadme=E2=80=9D=20-rift-16498?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I700c637ebd286fd7914acd0a90f52abd7ff97bbb Signed-off-by: Bob Gallagher --- .../composer/src/src/components/filemanager/FileManager.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skyquake/plugins/composer/src/src/components/filemanager/FileManager.jsx b/skyquake/plugins/composer/src/src/components/filemanager/FileManager.jsx index 87029571a..031c996ac 100644 --- a/skyquake/plugins/composer/src/src/components/filemanager/FileManager.jsx +++ b/skyquake/plugins/composer/src/src/components/filemanager/FileManager.jsx @@ -51,7 +51,7 @@ const ASSET_TYPE = { { id: 'SCRIPTS', folder: 'scripts', title: "scripts", allowFolders: true }, { id: 'IMAGES', folder: 'images', title: "images", allowFolders: false }, { id: 'CLOUD_INIT', folder: 'cloud_init', title: "cloud_init", allowFolders: false }, - { id: 'README', folder: '.', title: ".", allowFolders: false } + { id: 'README', folder: '.', title: "readme", allowFolders: false } ] } -- 2.17.1