Explorar o código

Change "Draft saved" to "Message saved"

Manos Pitsidianakis %!s(int64=5) %!d(string=hai) anos
pai
achega
58aff83b95
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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) => {
             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),