Fix texts in dialogs

This commit is contained in:
Girish Ramakrishnan
2019-05-20 18:58:46 -07:00
parent 23018abdf6
commit 530331f9ee
2 changed files with 4 additions and 3 deletions

View File

@@ -76,8 +76,9 @@
<h4 class="modal-title">Delete user {{ userremove.userInfo.username || userremove.userInfo.email }}</h4>
</div>
<div class="modal-body">
After deletion, the user will not be able to access the dashboard or login to any of the apps. Note that any user data inside
the apps is not removed.
After deletion, the user will not be able to access the dashboard or login to any of the apps. Note that any user data inside
the apps is not removed.
<br>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>