Make the autoupdate disabled text explicit

This commit is contained in:
Johannes Zellner
2020-09-29 16:34:49 +02:00
parent daab4a95c2
commit db4c8d92da

View File

@@ -240,11 +240,11 @@
<div class="card" style="margin-bottom: 15px;">
<div class="row">
<p class="col-md-12">
<span ng-show="updateSchedule.currentPattern !== 'never'">The current automatic update schedule for platform and apps is <b>{{ prettyAutoUpdateSchedule(updateSchedule.currentPattern) }}</b>.</span>
<span ng-show="updateSchedule.currentPattern === 'never'">Automatic update for apps is <b>disabled</b>.</span>
<br/>
</p>
<p class="col-md-12">
<span ng-show="updateSchedule.currentPattern !== 'never'">The current automatic update schedule for platform and apps is <b>{{ prettyAutoUpdateSchedule(updateSchedule.currentPattern) }}</b>.</span>
<span ng-show="updateSchedule.currentPattern === 'never'">Automatic update for the platform and apps is <b>disabled</b>.</span>
<br/>
</p>
</div>
<div class="row">