change icon and action name

This commit is contained in:
Deep Tailor 2020-07-01 16:30:03 -07:00
parent cfda4e4214
commit a9b9107cc3

View File

@ -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: [