Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 2987f808 authored by Alex Toft's avatar Alex Toft Committed by GitHub
Browse files

Fixed Export Typo

Subet => Subnet
parent c345ffc1
No related branches found
No related tags found
No related merge requests found
......@@ -284,7 +284,7 @@ if(is_array($result_subnets) && sizeof($result_subnets)>0) {
$rc = 0;
$worksheet->write($lineCount, $rc, _('Section') ,$format_title);
$rc++;
$worksheet->write($lineCount, $rc, _('Subet') ,$format_title);
$worksheet->write($lineCount, $rc, _('Subnet') ,$format_title);
$rc++;
$worksheet->write($lineCount, $rc, _('Mask') ,$format_title);
$rc++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment