From 36b57a6bef1a3a12005eca2c22eb260a3156fdc5 Mon Sep 17 00:00:00 2001 From: tylerobara <49762914+tylerobara@users.noreply.github.com> Date: Thu, 1 Sep 2022 13:32:46 -0400 Subject: [PATCH] fixed a spelling on the maintenance page changed "where" to "were" --- front/php/templates/language/en_us.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/php/templates/language/en_us.php b/front/php/templates/language/en_us.php index 9a24129c..297a4bbd 100644 --- a/front/php/templates/language/en_us.php +++ b/front/php/templates/language/en_us.php @@ -206,7 +206,7 @@ $pia_lang['Maintenance_database_path'] = 'Database-Path'; $pia_lang['Maintenance_database_size'] = 'Database-Size'; $pia_lang['Maintenance_database_lastmod'] = 'last Modification'; $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_arp_status'] = 'Scan Status'; $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 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.'; -?> \ No newline at end of file +?>