This commit is contained in:
jokob-sk
2022-08-06 15:17:29 +10:00
parent e12b948bbd
commit a28fb9df09
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 55 KiB

View File

@@ -376,7 +376,7 @@
<div class="box box-aqua box-body">
<section>
<h4>
'.$pia_lang['Network_UnnasignedDevices'].'
'.$pia_lang['Network_UnassignedDevices'].'
</h4>
<table class="table table-striped">
<tbody>

View File

@@ -334,6 +334,6 @@ $pia_lang['Network_ManageDel_Submit'] = 'Delete';
$pia_lang['Network_Table_State'] = 'State';
$pia_lang['Network_Table_Hostname'] = 'Hostname';
$pia_lang['Network_Table_IP'] = 'IP';
$pia_lang['Network_UnnasignedDevices'] = 'Unnasigned devices';
$pia_lang['Network_UnassignedDevices'] = 'Unassigned devices';
?>