We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a243db4 commit ca95f07Copy full SHA for ca95f07
1 file changed
web/templates/admin/list_auth.html
@@ -11,7 +11,7 @@
11
<?=_('Delete')?>
12
<input type="hidden" name="delete_url" value="/delete/user/log/?token=<?=$_SESSION['token']?>" />
13
<div class="confirmation-text-delete hidden" title="<?=_('Confirmation')?>">
14
- <p class="confirmation"><?=_('Are you sure you want to delete the login history for this user?')?></p>
+ <p class="confirmation"><?=_('DELETE_LOGS_CONFIRMATION')?></p>
15
</div>
16
</a>
17
0 commit comments