Skip to content

Commit f0aea15

Browse files
author
thom
committed
Fix typo
1 parent c9ebc16 commit f0aea15

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

interface/web/admin/lib/lang/en_remote_action.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$wb['select_server_txt'] = 'Select Server';
33
$wb['btn_do_txt'] = 'Execute action';
44
$wb['do_osupdate_caption'] = 'Do OS-Update at remote server';
5-
$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>';
5+
$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>';
66
$wb['do_ispcupdate_caption'] = 'Do ISPConfig 3 - Update at remote server';
77
$wb['do_ispcupdate_desc'] = 'This action does a ISPConfig3 update at your selected server.<br><br><strong>USE THIS AT YOUR OWN RISK!</strong>';
88
$wb['action_scheduled'] = 'The action is scheduled for execution';

interface/web/dns/lib/lang/en_dns_dmarc.lng

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ $wb['dmarc_rua_note_txt'] = 'Email to receive reports from ISPs aboute messages
1111
$wb['dmarc_ruf_txt'] = 'Forensic Data Reporting Address';
1212
$wb['dmarc_ruf_note_txt'] = 'Email to receive sample messages that are failing DMARC checks for the domain (separated by whitespaces).';
1313
$wb['dmarc_fo_txt'] = 'Forensic reporting options';
14-
$wb['dmarc_fo0_txt'] = 'Generate reports if all underlying authentication mechanisms fail to produce a DMARC 'pass' result.';
14+
$wb['dmarc_fo0_txt'] = 'Generate reports if all underlying authentication mechanisms fail to produce a DMARC "pass" result.';
1515
$wb['dmarc_fo1_txt'] = 'Generate reports if any mechanisms fail.';
1616
$wb['dmarc_fod_txt'] = 'Generate report if DKIM signature failed to verify.';
1717
$wb['dmarc_fos_txt'] = 'Generate report if SPF failed.';
1818
$wb['dmarc_adkim_txt'] = 'DKIM identifier alignment';
19-
$wb['dmarc_adkim_note_txt'] = ''strict' requires exact matching between DKIM domain and email's from';
19+
$wb['dmarc_adkim_note_txt'] = '"strict" requires exact matching between DKIM domain and email\'s from';
2020
$wb['dmarc_adkim_r_txt'] = 'relaxed';
2121
$wb['dmarc_adkim_s_txt'] = 'strict';
2222
$wb['dmarc_aspf_txt'] = 'SPF identifier alignment';
23-
$wb['dmarc_aspf_note_txt'] = ''strict' requires exact matching between SPF domain and email's from';
23+
$wb['dmarc_aspf_note_txt'] = '"strict" requires exact matching between SPF domain and email\'s from';
2424
$wb['dmarc_aspf_r_txt'] = 'relaxed';
2525
$wb['dmarc_aspf_s_txt'] = 'strict';
2626
$wb['dmarc_rf_txt'] = 'Report Format';
@@ -37,7 +37,7 @@ $wb['dmarc_sp_quarantine_txt'] = 'quarantine';
3737
$wb['dmarc_sp_reject_txt'] = 'reject';
3838
$wb['ttl_txt'] = 'TTL';
3939
$wb['active_txt'] = 'Active';
40-
$wb['dmarc_policy_error_txt'] = 'Only policy 'none' is allowed without DKIM-signed emails.';
40+
$wb['dmarc_policy_error_txt'] = 'Only policy "none" is allowed without DKIM-signed emails.';
4141
$wb['dmarc_no_dkim_txt'] = 'No active DKIM Record.';
4242
$wb['dmarc_no_spf_txt'] = 'No active SPF Record.';
4343
$wb['dmarc_more_spf_txt'] = 'More than one active SPF Record';

interface/web/monitor/lib/lang/en.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $wb['monitor_logs_letsencrypt_txt'] = 'Let\'s Encrypt - Log';
7474
$wb['monitor_logs_freshclam_txt'] = 'Freshclam - Log';
7575
$wb['monitor_logs_clamav_txt'] = 'ClamAV - Log';
7676
$wb['monitor_logs_ispc_txt'] = 'ISPConfig - Log';
77-
$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.';
77+
$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.';
7878
$wb['monitor_norkhunter_txt'] = 'RKHunter is not installed, so there is no log data';
7979
$wb['monitor_serverstate_server_txt'] = 'Server';
8080
$wb['monitor_serverstate_kernel_txt'] = 'Kernel';

0 commit comments

Comments
 (0)