mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 17:02:17 -05:00
change message sent text
This commit is contained in:
parent
c2853df8aa
commit
c98c39ecbf
@ -106,7 +106,7 @@ define(function(require) {
|
||||
function sentNotification(email) {
|
||||
chrome.notifications.create('o' + email.id, {
|
||||
type: 'basic',
|
||||
title: 'Sent successfully!',
|
||||
title: 'Message sent',
|
||||
message: email.subject.replace(str.subjectPrefix, ''),
|
||||
iconUrl: chrome.runtime.getURL(cfg.iconPath)
|
||||
}, function() {});
|
||||
|
Loading…
Reference in New Issue
Block a user