diff --git a/templates/MetaTemplates/index.php b/templates/MetaTemplates/index.php index 6723411..799eedc 100644 --- a/templates/MetaTemplates/index.php +++ b/templates/MetaTemplates/index.php @@ -5,7 +5,7 @@ if (!empty($updateableTemplates['new'])) { $alertHtml = sprintf( '%s %s', __('New meta-templates available!'), - __n('There is one new template on disk that can be loaded in the database', 'There are {0} new templates on disk that can be loaded in the database:', count($updateableTemplates['new'])) + __n('There is one new template on disk that can be loaded in the database', 'There are {0} new templates on disk that can be loaded in the database:', count($updateableTemplates['new']), count($updateableTemplates['new'])) ); $alertList = []; $alertList = Hash::extract($updateableTemplates['new'], '{s}.template');