Fix reboot button explanation to not confuse the user when reboot is in fact required

This commit is contained in:
Johannes Zellner
2019-04-09 11:17:11 +02:00
parent 6a5839d8cd
commit 7c76ad2088

View File

@@ -131,7 +131,7 @@
<p class="text-danger text-bold" ng-show="isRebootRequired">
This Cloudron requires a reboot, to finalize security updates.
</p>
<p>
<p ng-hide="isRebootRequired">
Use this only when you experience unexpected behavior. All services and apps will be automatically started.
</p>
</div>