Skip to content

Commit f93c624

Browse files
fix(typo): "no longer exists"
1 parent dad4ed7 commit f93c624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-components/src/components/document-list/document-edit-actions-footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const StatusMessages: Record<Status, string> = {
6060
['UpdateStart']: 'Updating document…',
6161
['UpdateError']: '',
6262
['UpdateBlocked']:
63-
'Document was modified in the background or it longer exists. Do you wish to continue and possibly overwrite new changes?',
63+
'Document was modified in the background or it no longer exists. Do you wish to continue and possibly overwrite new changes?',
6464
['UpdateSuccess']: 'Document updated.',
6565
['DeleteStart']: 'Removing document…',
6666
['DeleteError']: '',

0 commit comments

Comments
 (0)