forgot to replace frontend variables with replacer

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2018-11-30 13:55:08 +01:00
parent 69495b94af
commit 1bd4c00631
3 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ if ($action == 'delete') {
'd2fa' => $data,
'id' => $uid
));
standard_success($lng['2fa']['2fa_added']);
standard_success(sprintf($lng['2fa']['2fa_added'], $filename, $s));
}
$log->logAction(USR_ACTION, LOG_NOTICE, "viewed 2fa::overview");