From f7df3e6e5b11267822f65701f5cc3372722b2615 Mon Sep 17 00:00:00 2001 From: aniket-engg Date: Mon, 15 Mar 2021 18:58:42 +0530 Subject: [PATCH] current placing updated --- .../file-explorer/src/lib/file-explorer-menu.tsx | 4 ++-- libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libs/remix-ui/file-explorer/src/lib/file-explorer-menu.tsx b/libs/remix-ui/file-explorer/src/lib/file-explorer-menu.tsx index 7f02eb0674..eabf61d29e 100644 --- a/libs/remix-ui/file-explorer/src/lib/file-explorer-menu.tsx +++ b/libs/remix-ui/file-explorer/src/lib/file-explorer-menu.tsx @@ -16,12 +16,12 @@ export const FileExplorerMenu = (props: FileExplorerMenuProps) => { }, { action: 'publishToGist', - title: 'Publish all the workspace files (only root) to a github gist', + title: 'Publish all the current workspace files (only root) to a github gist', icon: 'fab fa-github' }, { action: 'uploadFile', - title: 'Load a local file into workspace', + title: 'Load a local file into current workspace', icon: 'fa fa-upload' }, { diff --git a/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx b/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx index 4eaa826cad..cf1aab7d4d 100644 --- a/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx +++ b/libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx @@ -131,7 +131,7 @@ export const Workspace = (props: WorkspaceProps) => { /* workspace creation, renaming and deletion */ const renameCurrentWorkspace = () => { - modal('Rename Workspace', renameModalMessage(), { + modal('Rename Current Workspace', renameModalMessage(), { label: 'OK', fn: onFinishRenameWorkspace }, { @@ -151,7 +151,7 @@ export const Workspace = (props: WorkspaceProps) => { } const deleteCurrentWorkspace = () => { - modal('Delete Workspace', 'Are you sure to delete the workspace?', { + modal('Delete Current Workspace', 'Are you sure to delete the current workspace?', { label: 'OK', fn: onFinishDeleteWorkspace }, { @@ -327,7 +327,7 @@ export const Workspace = (props: WorkspaceProps) => { createWorkspace() }} className='far fa-plus-square remixui_menuicon' - title='Create workspace'> + title='Create'>