Put some text in delete user dialog

This commit is contained in:
Girish Ramakrishnan
2019-05-20 18:33:58 -07:00
parent 23b72620a1
commit 23018abdf6

View File

@@ -76,6 +76,8 @@
<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.
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>