diff options
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/pppoe-server.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/pppoe-server.xml b/interface-definitions/pppoe-server.xml index ffffe0302..993ea262f 100644 --- a/interface-definitions/pppoe-server.xml +++ b/interface-definitions/pppoe-server.xml @@ -67,7 +67,7 @@ <children> <leafNode name="upload"> <properties> - <help>Upload bandwidth limit in bits/sec</help> + <help>Upload bandwidth limit in kbits/sec</help> <constraint> <validator name="numeric" argument="--range 1-65535"/> </constraint> @@ -75,7 +75,7 @@ </leafNode> <leafNode name="download"> <properties> - <help>Download bandwidth limit in bits/sec</help> + <help>Download bandwidth limit in kbits/sec</help> <constraint> <validator name="numeric" argument="--range 1-65535"/> </constraint> |