Merge pull request #87 from tylerobara/patch-1

fixed a spelling on the maintenance page
This commit is contained in:
jokob-sk
2022-09-02 08:47:53 +10:00
committed by GitHub

View File

@@ -206,7 +206,7 @@ $pia_lang['Maintenance_database_path'] = 'Database-Path';
$pia_lang['Maintenance_database_size'] = 'Database-Size'; $pia_lang['Maintenance_database_size'] = 'Database-Size';
$pia_lang['Maintenance_database_lastmod'] = 'last Modification'; $pia_lang['Maintenance_database_lastmod'] = 'last Modification';
$pia_lang['Maintenance_database_backup'] = 'DB Backups'; $pia_lang['Maintenance_database_backup'] = 'DB Backups';
$pia_lang['Maintenance_database_backup_found'] = 'backups where found'; $pia_lang['Maintenance_database_backup_found'] = 'backups were found';
$pia_lang['Maintenance_database_backup_total'] = 'total disk usage'; $pia_lang['Maintenance_database_backup_total'] = 'total disk usage';
$pia_lang['Maintenance_arp_status'] = 'Scan Status'; $pia_lang['Maintenance_arp_status'] = 'Scan Status';
$pia_lang['Maintenance_arp_status_off'] = 'is currently disabled'; $pia_lang['Maintenance_arp_status_off'] = 'is currently disabled';
@@ -409,4 +409,4 @@ $pia_lang['HelpFAQ_Cat_Network_600_head'] = 'What is this page for?';
$pia_lang['HelpFAQ_Cat_Network_600_text'] = 'This page should offer you the possibility to map the assignment of your network devices. For this purpose, you can create one or more switches, WLANs, routers, etc., provide them with a port number if necessary and assign already detected $pia_lang['HelpFAQ_Cat_Network_600_text'] = 'This page should offer you the possibility to map the assignment of your network devices. For this purpose, you can create one or more switches, WLANs, routers, etc., provide them with a port number if necessary and assign already detected
devices to them. This assignment is done in the detailed view of the device to be assigned. So it is possible for you to quickly determine to which port a host is connected and if it is online.'; devices to them. This assignment is done in the detailed view of the device to be assigned. So it is possible for you to quickly determine to which port a host is connected and if it is online.';
?> ?>