From a9b9107cc3d07ba9ae250fbfaea415ad39b79a30 Mon Sep 17 00:00:00 2001 From: Deep Tailor Date: Wed, 1 Jul 2020 16:30:03 -0700 Subject: [PATCH] change icon and action name --- src/plugins/newFolderAction/newFolderAction.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/newFolderAction/newFolderAction.js b/src/plugins/newFolderAction/newFolderAction.js index 781aa0af78..fcc12b95e2 100644 --- a/src/plugins/newFolderAction/newFolderAction.js +++ b/src/plugins/newFolderAction/newFolderAction.js @@ -24,14 +24,14 @@ import uuid from 'uuid'; export default class NewFolderAction { constructor(openmct) { - this.name = 'New Folder'; + this.name = 'Add New Folder'; this.key = 'newFolder'; this.description = 'Create a new folder'; - this.cssClass = 'icon-folder'; + this.cssClass = 'icon-folder-new'; this._openmct = openmct; this._dialogForm = { - name: "New Folder Name", + name: "Add New Folder", sections: [ { rows: [