diff --git a/packages/compass-components/src/components/document-list/document-edit-actions-footer.tsx b/packages/compass-components/src/components/document-list/document-edit-actions-footer.tsx index 4b0886b3c7e..6468e605f5b 100644 --- a/packages/compass-components/src/components/document-list/document-edit-actions-footer.tsx +++ b/packages/compass-components/src/components/document-list/document-edit-actions-footer.tsx @@ -60,7 +60,7 @@ const StatusMessages: Record = { ['UpdateStart']: 'Updating document…', ['UpdateError']: '', ['UpdateBlocked']: - '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?', ['UpdateSuccess']: 'Document updated.', ['DeleteStart']: 'Removing document…', ['DeleteError']: '',