Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyCyborg committed Jun 5, 2016
2 parents 43fe7c8 + e907dc6 commit 6a8c617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Modules/Users/Views/Admin/Users/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<h4 class="modal-title"><?= __d('users', 'Delete the User?'); ?></h4>
</div>
<div class="modal-body">
<p><?= __d('users', 'Are you sure you want to delete the User <b>{0}</b>, the operation being irreversible?', $user->name); ?></p>
<p><?= __d('users', 'Are you sure you want to delete the User <b>{0}</b>, the operation being irreversible?', $user->username); ?></p>
<p><?= __d('users', 'Please click the button <b>Delete the User</b> to proceed, or <b>Cancel</b> to abbandon the operation.'); ?></p>
</div>
<div class="modal-footer">
Expand Down

0 comments on commit 6a8c617

Please sign in to comment.