mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
Update index.tsx
This commit is contained in:
parent
bcfa267b77
commit
c15e375475
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ export default function EditWorkspace(): React.JSX.Element {
|
|||
// Show error notification
|
||||
void window.service.notification.show({
|
||||
title: t('EditWorkspace.MoveWorkspaceFailed'),
|
||||
body: t('EditWorkspace.MoveWorkspaceFailedMessage', { name: workspaceName, error: errorMessage }),
|
||||
body: t('EditWorkspace.MoveWorkspaceFailedMessage', { name: workspace.name, error: errorMessage }),
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue