From 93f9577258c1dc271f65fcae82cd0bde30b5ae20 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 5 Nov 2015 16:36:37 +0100 Subject: [PATCH] do not bold header of update screen --- core/templates/update.admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php index fbd3025f2e..ae88350bdc 100644 --- a/core/templates/update.admin.php +++ b/core/templates/update.admin.php @@ -1,9 +1,9 @@
-

t('App update required')); ?>

+

t('App update required')); ?>

-

t('%s will be updated to version %s', +

t('%s will be updated to version %s', array($_['productName'], $_['version']))); ?>