Change "Draft saved" to "Message saved"

async
Manos Pitsidianakis 2020-06-26 20:22:22 +03:00
parent c0c19268ee
commit 58aff83b95
Signed by: Manos Pitsidianakis
GPG Key ID: 73627C2F690DF710
1 changed files with 2 additions and 2 deletions

View File

@ -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),