diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/per-user-bandwidth-distribution.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/per-user-bandwidth-distribution.xml b/packages/per-user-bandwidth-distribution.xml index 07578c60..d11290a2 100644 --- a/packages/per-user-bandwidth-distribution.xml +++ b/packages/per-user-bandwidth-distribution.xml @@ -26,16 +26,16 @@ <type>select</type> <options> <option> - <value>Byte/s</value> - <name>Byte/s</name> + <value>Kbit/s</value> + <name>Kbit/s</name> </option> <option> - <value>KByte/s</value> - <name>KByte/s</name> + <value>Kbyte/s</value> + <name>Kbyte/s</name> </option> <option> - <value>MByte/s</value> - <name>MByte/s</name> + <value>Mbit/s</value> + <name>Mbit/s</name> </option> </options> </field> |