Skip to content

Commit

Permalink
Fix log message for checksums verification alert.
Browse files Browse the repository at this point in the history
  • Loading branch information
chesio committed Aug 6, 2017
1 parent bb01a88 commit 47bb3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/BlueChip/Security/Modules/Log/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public static function create($id)
$id,
__('Checksums verification alert', 'bc-security'),
LogLevel::WARNING,
__('Official checksums do not match for the following files: {files}.', 'bc-security'),
__('Following files have been modified: {modified_files}. Following files are unknown: {unknown_files}.', 'bc-security'),
['modified_files' => __('Modified files', 'bc-security'), 'unknown_files' => __('Unknown files', 'bc-security')]
);
default:
Expand Down

0 comments on commit 47bb3cd

Please sign in to comment.