Skip to content

Commit ca95f07

Browse files
author
Kristan Kenney
committed
Use existing lang string for log deletion
1 parent a243db4 commit ca95f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/list_auth.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<?=_('Delete')?>
1212
<input type="hidden" name="delete_url" value="/delete/user/log/?token=<?=$_SESSION['token']?>" />
1313
<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>
14+
<p class="confirmation"><?=_('DELETE_LOGS_CONFIRMATION')?></p>
1515
</div>
1616
</a>
1717
</div>

0 commit comments

Comments
 (0)