mirror of
https://github.com/moparisthebest/mail
synced 2024-11-12 04:05:13 -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) {
|
function sentNotification(email) {
|
||||||
chrome.notifications.create('o' + email.id, {
|
chrome.notifications.create('o' + email.id, {
|
||||||
type: 'basic',
|
type: 'basic',
|
||||||
title: 'Sent successfully!',
|
title: 'Message sent',
|
||||||
message: email.subject.replace(str.subjectPrefix, ''),
|
message: email.subject.replace(str.subjectPrefix, ''),
|
||||||
iconUrl: chrome.runtime.getURL(cfg.iconPath)
|
iconUrl: chrome.runtime.getURL(cfg.iconPath)
|
||||||
}, function() {});
|
}, function() {});
|
||||||
|
Loading…
Reference in New Issue
Block a user