Skip to content

Commit

Permalink
Fix. Code. Frontend malware scanner option name fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glomberg committed Oct 18, 2024
1 parent 8fc0605 commit 79de8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/spbc-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ function spbc_settings__register()
),
'scanner__frontend_analysis' => array(
'type' => 'field',
'title' => __('Scan HTML code', 'security-malware-firewall'),
'title' => __('Fronted Malware scanner', 'security-malware-firewall'),
'description' => __('(Deprecated) Scanner test public pages for signs of malware. For example: Redirects, Drive by download, Cross-site request forgery (CSRF) and etc.', 'security-malware-firewall'),
),
'scanner__frontend_analysis__csrf' => array(
Expand Down

0 comments on commit 79de8a8

Please sign in to comment.