From f0aea15e8cea14d1ccc4b3b7cc4c34f6bff911f9 Mon Sep 17 00:00:00 2001
From: thom <thom@amsterdamtech.nl>
Date: Thu, 17 Sep 2020 16:54:56 +0200
Subject: [PATCH] Fix typo

---
 interface/web/admin/lib/lang/en_remote_action.lng | 2 +-
 interface/web/dns/lib/lang/en_dns_dmarc.lng       | 8 ++++----
 interface/web/monitor/lib/lang/en.lng             | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/interface/web/admin/lib/lang/en_remote_action.lng b/interface/web/admin/lib/lang/en_remote_action.lng
index 4a151f7dfc..38e1b70eca 100644
--- a/interface/web/admin/lib/lang/en_remote_action.lng
+++ b/interface/web/admin/lib/lang/en_remote_action.lng
@@ -2,7 +2,7 @@
 $wb['select_server_txt'] = 'Select Server';
 $wb['btn_do_txt'] = 'Execute action';
 $wb['do_osupdate_caption'] = 'Do OS-Update at remote server';
-$wb['do_osupdate_desc'] = 'This Action does a 'aptitude -y upgrade' at your selected server.<br><br><strong>USE THIS AT YOUR OWN RISK!</strong>';
+$wb['do_osupdate_desc'] = 'This Action does a "aptitude -y upgrade" at your selected server.<br><br><strong>USE THIS AT YOUR OWN RISK!</strong>';
 $wb['do_ispcupdate_caption'] = 'Do ISPConfig 3 - Update at remote server';
 $wb['do_ispcupdate_desc'] = 'This action does a ISPConfig3 update at your selected server.<br><br><strong>USE THIS AT YOUR OWN RISK!</strong>';
 $wb['action_scheduled'] = 'The action is scheduled for execution';
diff --git a/interface/web/dns/lib/lang/en_dns_dmarc.lng b/interface/web/dns/lib/lang/en_dns_dmarc.lng
index 8cc7dc9995..0c36782c45 100644
--- a/interface/web/dns/lib/lang/en_dns_dmarc.lng
+++ b/interface/web/dns/lib/lang/en_dns_dmarc.lng
@@ -11,16 +11,16 @@ $wb['dmarc_rua_note_txt'] = 'Email to receive reports from ISPs aboute messages
 $wb['dmarc_ruf_txt'] = 'Forensic Data Reporting Address';
 $wb['dmarc_ruf_note_txt'] = 'Email to receive sample messages that are failing DMARC checks for the domain (separated by whitespaces).';
 $wb['dmarc_fo_txt'] = 'Forensic reporting options';
-$wb['dmarc_fo0_txt'] = 'Generate reports if all underlying authentication mechanisms fail to produce a DMARC 'pass' result.';
+$wb['dmarc_fo0_txt'] = 'Generate reports if all underlying authentication mechanisms fail to produce a DMARC "pass" result.';
 $wb['dmarc_fo1_txt'] = 'Generate reports if any mechanisms fail.';
 $wb['dmarc_fod_txt'] = 'Generate report if DKIM signature failed to verify.';
 $wb['dmarc_fos_txt'] = 'Generate report if SPF failed.';
 $wb['dmarc_adkim_txt'] = 'DKIM identifier alignment';
-$wb['dmarc_adkim_note_txt'] = ''strict' requires exact matching between DKIM domain and email's from';
+$wb['dmarc_adkim_note_txt'] = '"strict" requires exact matching between DKIM domain and email\'s from';
 $wb['dmarc_adkim_r_txt'] = 'relaxed';
 $wb['dmarc_adkim_s_txt'] = 'strict';
 $wb['dmarc_aspf_txt'] = 'SPF identifier alignment';
-$wb['dmarc_aspf_note_txt'] = ''strict' requires exact matching between SPF domain and email's from';
+$wb['dmarc_aspf_note_txt'] = '"strict" requires exact matching between SPF domain and email\'s from';
 $wb['dmarc_aspf_r_txt'] = 'relaxed';
 $wb['dmarc_aspf_s_txt'] = 'strict';
 $wb['dmarc_rf_txt'] = 'Report Format';
@@ -37,7 +37,7 @@ $wb['dmarc_sp_quarantine_txt'] = 'quarantine';
 $wb['dmarc_sp_reject_txt'] = 'reject';
 $wb['ttl_txt'] = 'TTL';
 $wb['active_txt'] = 'Active';
-$wb['dmarc_policy_error_txt'] = 'Only policy 'none' is allowed without DKIM-signed emails.';
+$wb['dmarc_policy_error_txt'] = 'Only policy "none" is allowed without DKIM-signed emails.';
 $wb['dmarc_no_dkim_txt'] = 'No active DKIM Record.';
 $wb['dmarc_no_spf_txt'] = 'No active SPF Record.';
 $wb['dmarc_more_spf_txt'] = 'More than one active SPF Record';
diff --git a/interface/web/monitor/lib/lang/en.lng b/interface/web/monitor/lib/lang/en.lng
index 0af860bb0a..c790ed1d76 100644
--- a/interface/web/monitor/lib/lang/en.lng
+++ b/interface/web/monitor/lib/lang/en.lng
@@ -74,7 +74,7 @@ $wb['monitor_logs_letsencrypt_txt'] = 'Let\'s Encrypt - Log';
 $wb['monitor_logs_freshclam_txt'] = 'Freshclam - Log';
 $wb['monitor_logs_clamav_txt'] = 'ClamAV - Log';
 $wb['monitor_logs_ispc_txt'] = 'ISPConfig - Log';
-$wb['monitor_nosupportedraid1_txt'] = 'At the moment, we support 'mdadm' or 'mpt-status' for monitoring the RAID.<br>We can't find any of them at your server.<br><br>This means we can not support your RAID yet.';
+$wb['monitor_nosupportedraid1_txt'] = 'At the moment, we support "mdadm" or "mpt-status" for monitoring the RAID.<br>We can\'t find any of them at your server.<br><br>This means we can not support your RAID yet.';
 $wb['monitor_norkhunter_txt'] = 'RKHunter is not installed, so there is no log data';
 $wb['monitor_serverstate_server_txt'] = 'Server';
 $wb['monitor_serverstate_kernel_txt'] = 'Kernel';
-- 
GitLab