From f5443f88124bafe4bbd9fc13914a5f1516c625bb Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Thu, 3 Aug 2017 11:32:35 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20link=20that=20appears=20?= =?UTF-8?q?in=20update=20notification=20(#8830)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit refs #8825 - The link was pointing to an install page, which had also moved - Updated to point to the upgrade page --- core/server/admin/controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/server/admin/controller.js b/core/server/admin/controller.js index dd072e7b1e..2b42a12018 100644 --- a/core/server/admin/controller.js +++ b/core/server/admin/controller.js @@ -27,7 +27,7 @@ module.exports = function adminController(req, res) { location: 'upgrade.new-version-available', dismissible: false, message: i18n.t('notices.controllers.newVersionAvailable', - {version: updateVersion, link: 'Click here'})}; + {version: updateVersion, link: 'Click here'})}; return api.notifications.browse({context: {internal: true}}).then(function then(results) { if (!_.some(results.notifications, {message: notification.message})) {