Make the autoupdate disabled text explicit
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user