diff --git a/themes/grav/js/admin-all.js b/themes/grav/js/admin-all.js index 1c2e1e27..1516dfbe 100644 --- a/themes/grav/js/admin-all.js +++ b/themes/grav/js/admin-all.js @@ -328,7 +328,7 @@ $(function () { var length, icon = '', content = '{updates} ' + translations.PLUGIN_ADMIN.OF_YOUR + ' {type} ' + translations.PLUGIN_ADMIN.HAVE_AN_UPDATE_AVAILABLE, - button = '' + translations.PLUGIN_ADMIN.UPDATE + ' {Type}', + button = '' + translations.PLUGIN_ADMIN.UPDATE + ' {Type}', plugins = $('.grav-update.plugins'), themes = $('.grav-update.themes'), sidebar = {plugins: $('#admin-menu a[href$="/plugins"]'), themes: $('#admin-menu a[href$="/themes"]')};