Skip to content
Snippets Groups Projects
Commit f8d572f5 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Merge pull request #20339 from owncloud/header-not-bold

do not bold heading of update screen
parents e28daf2b 93f95772
Branches
No related tags found
No related merge requests found
<div class="update" data-productname="<?php p($_['productName']) ?>" data-version="<?php p($_['version']) ?>"> <div class="update" data-productname="<?php p($_['productName']) ?>" data-version="<?php p($_['version']) ?>">
<div class="updateOverview"> <div class="updateOverview">
<?php if ($_['isAppsOnlyUpgrade']) { ?> <?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 { ?> <?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> array($_['productName'], $_['version']))); ?></h2>
<?php } ?> <?php } ?>
<?php if (!empty($_['appsToUpgrade'])) { ?> <?php if (!empty($_['appsToUpgrade'])) { ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment