1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00

change message sent text

This commit is contained in:
Tankred Hase 2013-12-06 18:46:26 +01:00
parent c2853df8aa
commit c98c39ecbf

View File

@ -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() {});