Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit fc35e38e authored by Miha Petkovsek's avatar Miha Petkovsek Committed by GitHub
Browse files

Merge pull request #3682 from alextoft/patch-1

Fixed Export Typo
parents b20b3d53 2987f808
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