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: front/php/templates/language/en_us.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -452,7 +452,7 @@
452
452
"run_event_tooltip" : "Enable the setting and save your changes at first before you run it.",
453
453
"run_event_icon" : "fa-play",
454
454
"general_event_title" : "Executing an ad-hoc event",
455
-
"general_event_description" : "The event you nove triggered might take a while until background processes finish. The execution ended once the below execution queue empties (Check the <a href='/maintenance.php#tab_Logging'>error log</a> if you encounter issues). <br/> <br/> Execution queue:",
455
+
"general_event_description" : "The event you nove triggered might take a while until background processes finish. The execution ended once the below execution queue empties (Check the <a href='/maintenance.php#tab_Logging'>error log</a> if you encounter issues). <br/> <br/> Execution queue:",
Copy file name to clipboardExpand all lines: front/plugins/_publisher_email/email_smtp.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ def main():
38
38
39
39
# Check if basic config settings supplied
40
40
ifcheck_config() ==False:
41
-
mylog('none', [f'[{pluginName}] Error: Publisher notification gateway not set up correctly. Check your pialert.conf {pluginName}_* variables.'])
41
+
mylog('none', [f'[{pluginName}] β ERROR: Publisher notification gateway not set up correctly. Check your pialert.conf {pluginName}_* variables.'])
42
42
return
43
43
44
44
# Create a database connection
@@ -82,7 +82,7 @@ def check_config ():
82
82
report_from=get_setting_value("SMTP_REPORT_FROM")
83
83
84
84
ifserver==''orreport_from==''orreport_to=='':
85
-
mylog('none', ['[Email Check Config] Error: Email service not set up correctly. Check your pialert.conf SMTP_*, SMTP_REPORT_FROM and SMTP_REPORT_TO variables.'])
85
+
mylog('none', ['[Email Check Config] β ERROR: Email service not set up correctly. Check your pialert.conf SMTP_*, SMTP_REPORT_FROM and SMTP_REPORT_TO variables.'])
0 commit comments