From 7c3b39022aeb48fbc8f61441d2f07f0f838db4ac Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Wed, 9 Mar 2016 18:08:23 +0100 Subject: [PATCH] Use the add package form for updating too --- themes/grav/app/updates/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/grav/app/updates/index.js b/themes/grav/app/updates/index.js index b15dbb3e..f0ac27f1 100644 --- a/themes/grav/app/updates/index.js +++ b/themes/grav/app/updates/index.js @@ -111,7 +111,7 @@ export default class Updates {

v${resources[item].available} ${translations.PLUGIN_ADMIN.OF_THIS} ${singles[index]} ${translations.PLUGIN_ADMIN.IS_NOW_AVAILABLE}! - ${translations.PLUGIN_ADMIN.UPDATE} ${singles[index].charAt(0).toUpperCase() + singles[index].substr(1).toLowerCase()} + ${translations.PLUGIN_ADMIN.UPDATE} ${singles[index].charAt(0).toUpperCase() + singles[index].substr(1).toLowerCase()}

`); }