We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad4ed7 commit f93c624Copy full SHA for f93c624
packages/compass-components/src/components/document-list/document-edit-actions-footer.tsx
@@ -60,7 +60,7 @@ const StatusMessages: Record<Status, string> = {
60
['UpdateStart']: 'Updating document…',
61
['UpdateError']: '',
62
['UpdateBlocked']:
63
- 'Document was modified in the background or it longer exists. Do you wish to continue and possibly overwrite new changes?',
+ 'Document was modified in the background or it no longer exists. Do you wish to continue and possibly overwrite new changes?',
64
['UpdateSuccess']: 'Document updated.',
65
['DeleteStart']: 'Removing document…',
66
['DeleteError']: '',
0 commit comments