diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php
index fbd3025f2e04da8f16e17591bd0c612a9632ed91..ae88350bdc5e56035883febbff2380c1854bdb7c 100644
--- a/core/templates/update.admin.php
+++ b/core/templates/update.admin.php
@@ -1,9 +1,9 @@
 <div class="update" data-productname="<?php p($_['productName']) ?>" data-version="<?php p($_['version']) ?>">
 	<div class="updateOverview">
 		<?php if ($_['isAppsOnlyUpgrade']) { ?>
-		<h2 class="title bold"><?php p($l->t('App update required')); ?></h2>
+		<h2 class="title"><?php p($l->t('App update required')); ?></h2>
 		<?php } else { ?>
-		<h2 class="title bold"><?php p($l->t('%s will be updated to version %s',
+		<h2 class="title"><?php p($l->t('%s will be updated to version %s',
 			array($_['productName'], $_['version']))); ?></h2>
 		<?php } ?>
 		<?php if (!empty($_['appsToUpgrade'])) { ?>