Commit 99657272 authored by aniket-engg's avatar aniket-engg Committed by Aniket

delete workspace modal title updated

parent c97ec24f
...@@ -151,7 +151,7 @@ export const Workspace = (props: WorkspaceProps) => { ...@@ -151,7 +151,7 @@ export const Workspace = (props: WorkspaceProps) => {
} }
const deleteCurrentWorkspace = () => { const deleteCurrentWorkspace = () => {
modal('Remove Workspace', 'Are you sure to delete the current workspace?', { modal('Delete Workspace', 'Are you sure to delete the workspace?', {
label: 'OK', label: 'OK',
fn: onFinishDeleteWorkspace fn: onFinishDeleteWorkspace
}, { }, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment