Make the error dialog generic not only for app install errors

This commit is contained in:
Johannes Zellner
2016-02-24 18:36:40 +01:00
parent 0fb44bfbc1
commit 00d277b1c3

View File

@@ -165,7 +165,7 @@
<h4 class="modal-title">{{ appError.app.location }}</h4>
</div>
<div class="modal-body">
<p>There was an error installing this app</p>
<p><b>There was an error:</b></p>
<p>{{appError.app.installationProgress}}</p>
</div>
<div class="modal-footer">