aboutsummaryrefslogtreecommitdiffstats
path: root/packages/freenas/www/disks_mount.php
diff options
context:
space:
mode:
Diffstat (limited to 'packages/freenas/www/disks_mount.php')
-rw-r--r--packages/freenas/www/disks_mount.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/freenas/www/disks_mount.php b/packages/freenas/www/disks_mount.php
index 9a6a2a63..e8c7d4d5 100644
--- a/packages/freenas/www/disks_mount.php
+++ b/packages/freenas/www/disks_mount.php
@@ -141,7 +141,7 @@ echo $pfSenseHead->getHTML();
<?php
$tab_array = array();
$tab_array[0] = array(gettext("Manage"), true, "disks_mount.php");
- $tab_array[1] = array(gettext("Tools"), false, "disks_miunt_tools.php");
+ $tab_array[1] = array(gettext("Tools"), false, "disks_mount_tools.php");
display_top_tabs($tab_array);
?>
</td></tr>