Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
d879cd91
Commit
d879cd91
authored
May 08, 2016
by
Fabian Franz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
translation fix in interfaces_vlan_edit.php
parent
631de412
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
interfaces_vlan_edit.php
src/www/interfaces_vlan_edit.php
+2
-2
No files found.
src/www/interfaces_vlan_edit.php
View file @
d879cd91
...
...
@@ -194,11 +194,11 @@ include("head.inc");
</td>
</tr>
<tr>
<td><a
id=
"help_for_tag"
href=
"#"
class=
"showhelp"
><i
class=
"fa fa-info-circle"
></i></a>
<?=
gettext
(
"VLAN tag
"
);
?>
</td>
<td><a
id=
"help_for_tag"
href=
"#"
class=
"showhelp"
><i
class=
"fa fa-info-circle"
></i></a>
<?=
gettext
(
"VLAN tag"
);
?>
</td>
<td>
<input
name=
"tag"
type=
"text"
value=
"
<?=
$pconfig
[
'tag'
];
?>
"
/>
<div
class=
"hidden"
for=
"help_for_tag"
>
<?=
gettext
(
"802.1Q VLAN tag (between 1 and 4094)
"
);
?>
<?=
gettext
(
"802.1Q VLAN tag (between 1 and 4094)"
);
?>
</div>
</td>
</tr>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment