You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.php
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -622,15 +622,17 @@ function servcheck_config_settings() {
622
622
'default' => ''
623
623
),
624
624
'servcheck_certificate_expiry_days' => array(
625
-
'friendly_name' => __('How long before expiration send notification', 'servcheck'),
626
-
'description' => __('If SSL/TLS service certificate expiration is enabled, notify about soon certificate expiration', 'sercheck'),
625
+
'friendly_name' => __('Certificate expiry date advanced notification email', 'servcheck'),
626
+
'description' => __('If SSL/TLS service certificate expiration is enabled, set how many days advanced notice period before certificate expiry date the system will send notification', 'sercheck'),
0 commit comments