Fix incorrect title of invitation dialog
This commit is contained in:
@@ -263,10 +263,10 @@
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h4 class="modal-title">Invite User {{user.username || user.email}}</h4>
|
||||
<h4 class="modal-title">Invite User {{invitation.user.username || invitation.user.email}}</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>Use the link below to setup {{ user.username || user.email }}'s account or reset their password:</p>
|
||||
<p>Use the link below to setup {{ invitation.user.username || invitation.user.email }}'s account or reset their password:</p>
|
||||
<div class="input-group">
|
||||
<input type="text" id="setupLinkInput" class="form-control" ng-value="invitation.setupLink" readonly/>
|
||||
<span class="input-group-btn">
|
||||
|
||||
Reference in New Issue
Block a user