Make text clearer

This commit is contained in:
Girish Ramakrishnan
2018-03-13 00:24:33 -07:00
parent 32a41e6c1c
commit 803eb4760e

View File

@@ -174,7 +174,7 @@
<h4 class="text-center"><i class="fa fa-circle-o-notch fa-spin"></i> Fetching backups</h4>
</div>
<div class="modal-body" ng-show="appRestore.backups.length === 0 && !appRestore.busyFetching">
<h4 class="text-danger">This app has no backups.</h4>
<h4 class="text-danger">This app has no backups to restore from.</h4>
</div>
<div class="modal-body" ng-show="appRestore.backups.length !== 0">
<p>Restoring the app will lose all content generated since the backup.</p>