summaryrefslogtreecommitdiffstats
path: root/ui/src/components/mail/listing/compact.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ui/src/components/mail/listing/compact.rs')
-rw-r--r--ui/src/components/mail/listing/compact.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/mail/listing/compact.rs b/ui/src/components/mail/listing/compact.rs
index 6514ca51..6bd5cb27 100644
--- a/ui/src/components/mail/listing/compact.rs
+++ b/ui/src/components/mail/listing/compact.rs
@@ -1121,7 +1121,7 @@ impl Component for CompactListing {
self.row_updates.push(*new_hash);
} else {
- /* Listing has was updated in time before the event */
+ /* Listing was updated in time before the event */
}
self.view
.process_event(&mut UIEvent::EnvelopeRename(*old_hash, *new_hash), context);