Skip to content

Commit

Permalink
tune down expectations what the sender really did with the message
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s committed Jul 26, 2024
1 parent 19f8a84 commit a64d99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mimefactory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ impl MimeFactory {
};
stock_str::subject_for_new_contact(context, self_name).await
}
Loaded::Mdn { .. } => "Read Receipt".to_string(), // untranslated to no reveal sender's language
Loaded::Mdn { .. } => "Receipt Notification".to_string(), // untranslated to no reveal sender's language
};

Ok(subject)
Expand Down

0 comments on commit a64d99c

Please sign in to comment.