Change "Draft saved" to "Message saved"

pull/234/head
Manos Pitsidianakis 4 years ago
parent c0c19268ee
commit 58aff83b95
No known key found for this signature in database
GPG Key ID: 73627C2F690DF710

@ -1360,9 +1360,9 @@ pub fn save_draft(
}
Ok(mailbox_hash) => {
context.replies.push_back(UIEvent::Notification(
Some("Draft saved".into()),
Some("Message saved".into()),
format!(
"Draft saved in `{}`",
"Message saved in `{}`",
&context.accounts[account_cursor].mailbox_entries[&mailbox_hash].name
),
Some(NotificationType::INFO),

Loading…
Cancel
Save