This commit is contained in:
Girish Ramakrishnan
2020-01-07 18:30:54 -08:00
parent 1fef7130fb
commit 840b326187

View File

@@ -266,8 +266,8 @@
<div class="row">
<div class="col-md-8">
<p>
This Cloudron is currently on <b>{{ timeZone.currentTimeZone }}</b> time zone.
The setting is important for backup and update tasks to be performed at the intended time.
The current timezone setting is <b>{{ timeZone.currentTimeZone }}</b>. This setting is used
for scheduling backup and update tasks.
</p>
<p class="text-danger" ng-show="timeZone.error"><br/>{{ timeZone.error }}</p>
</div>