浏览代码

Change "Draft saved" to "Message saved"

Manos Pitsidianakis 5 年之前
父节点
当前提交
58aff83b95
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/mail/compose.rs

+ 2 - 2
src/components/mail/compose.rs

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