Skip to content

Commit

Permalink
Fix. Settings. Changed the period in the message
Browse files Browse the repository at this point in the history
  • Loading branch information
antonV3737 authored and alexandergull committed Jan 11, 2024
1 parent 5077a3e commit 4838a22
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 @@ -5207,7 +5207,7 @@ function spbc__get_security_status_license_html()
// Security license expires
if ((int)$spbc->data['notice_show'] === 1) {
return '<a href="https://cleantalk.org/my/bill/security?user_token=' . $spbc->user_token . '" class="spbc--status spbc--marker-yellow" target="_blank">'
. __('Security license expires in next 7 days', 'security-malware-firewall')
. __('Security license expires in next 30 days', 'security-malware-firewall')
. '<i class="spbc-icon-link-ext"></i></a>';
}
}
Expand Down

0 comments on commit 4838a22

Please sign in to comment.