gui: On update setting don't show RC msg when disabled (fixes #5803) (#5842)

This commit is contained in:
Simon Frei 2019-07-09 23:30:22 +02:00 committed by Audrius Butkevicius
parent 485acda63b
commit 85318f3b82
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
<p class="help-block" ng-if="!upgradeInfo">
<span translate>Unavailable/Disabled by administrator or maintainer</span>
</p>
<p class="help-block" ng-if="version.isCandidate"">
<p class="help-block" ng-if="version.isCandidate && upgradeInfo"">
<span translate>Automatic upgrades are always enabled for candidate releases.</span>
</p>
</div>