Skip to content

Commit

Permalink
fix(typo): "no longer exists"
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewilson2002 committed Jan 17, 2025
1 parent dad4ed7 commit f93c624
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const StatusMessages: Record<Status, string> = {
['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']: '',
Expand Down

0 comments on commit f93c624

Please sign in to comment.