Fix wording

This commit is contained in:
Girish Ramakrishnan
2019-04-22 11:15:57 -07:00
parent 2680b415c6
commit e205ffafdf

View File

@@ -240,7 +240,7 @@
<br/>
<p class="text-danger" ng-hide="appRestore.backups.length">This app has no backups to restore or clone from yet.</p>
<div ng-show="appRestore.backups.length">
<p>Restoring the app will lose all content generated since the backup.</p>
<p>Restoring the app will lose all it's data since the backup.</p>
<label class="control-label">Select Backup</label>
<div class="dropdown">
<button type="button" class="btn btn-default" data-toggle="dropdown">{{ appRestore.selectedBackup.creationTime | prettyDate }} - v{{appRestore.selectedBackup.version}} ({{ appRestore.selectedBackup.creationTime | prettyLongDate }}) <span class="caret"></span></button>
@@ -436,7 +436,7 @@
<h4 class="modal-title">Really uninstall {{ appUninstall.app.fqdn }} ?</h4>
</div>
<div class="modal-body">
<p>Deleting the app will also remove all content generated within this app!</p>
<p>Deleting the app will also remove all it's data!</p>
<fieldset>
<form role="form" name="appUninstallForm" ng-submit="doUninstall()" autocomplete="off">
<div class="form-group" ng-class="{ 'has-error': (appUninstallForm.password.$dirty && appUninstallForm.password.$invalid) || (!appUninstallForm.password.$dirty && appUninstall.error.password) }">