From ecdf5cec2188fd6145a7cb4151fb70e55ac46bf3 Mon Sep 17 00:00:00 2001 From: Jilles Soeters Date: Fri, 15 Aug 2014 16:20:52 +0200 Subject: [PATCH] Open the e-mail sending support page in a new window. --- core/server/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/server/index.js b/core/server/index.js index 206d1b4a6b..47bc80353b 100644 --- a/core/server/index.js +++ b/core/server/index.js @@ -184,7 +184,7 @@ function initNotifications() { type: 'warn', message: [ "Ghost is currently unable to send e-mail.", - "See http://support.ghost.org/mail for instructions" + "See http://support.ghost.org/mail for instructions" ].join(' ') }] }, {context: {internal: true}}); }