| Index: lib/notification.js | 
| diff --git a/lib/notification.js b/lib/notification.js | 
| index 311e4e881389424155f1a61a3c351a3f69cfaf88..39b10d0b93cf0e61760d4d3dff5f2166ae0266da 100644 | 
| --- a/lib/notification.js | 
| +++ b/lib/notification.js | 
| @@ -364,7 +364,7 @@ let Notification = exports.Notification = | 
| { | 
| locale = locale || Utils.appLocale; | 
| let textKeys = ["title", "message"]; | 
| - let localizedTexts = []; | 
| + let localizedTexts = {}; | 
| for (let key of textKeys) | 
| { | 
| if (key in notification) |