Use American English spelling throughout

This commit is contained in:
2026-09-15 11:45:58 -07:00
parent 6ba89696ee
commit d1731efdb9
169 changed files with 786 additions and 795 deletions
+1 -1
View File
@@ -623,7 +623,7 @@ export const useCompose = create<ComposeState>((set, get) => ({
});
}
};
// A scheduled send is already delayed, and cancelling it is a server-side
// A scheduled send is already delayed, and canceling it is a server-side
// operation from the Scheduled folder -- holding it locally first would
// only add a second, different kind of undo.
if (delay <= 0 || scheduling) {