mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Change case of the unit "bit" from "Bit" to "bit" in web UI
The correct case for "kilobit" is "kilobit", not "kiloBit". And the same applies for Mbit, Gbit etc. Reference is https://en.wikipedia.org/wiki/Kilobit This commit changes the texts used in the web UI, so that it correctly displays as "bit", "kbit", "Mbit" etc. This fixes bugzilla item 10918. Signed-off-by: Alf Høgemark <alf@i100.no> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
5261a13d3c
commit
f00699e8bb
@@ -1813,7 +1813,7 @@
|
||||
'updxlrtr maintenance' => 'Mantenimiento',
|
||||
'updxlrtr marked as' => 'marcado como',
|
||||
'updxlrtr max disk usage' => 'Máximo uso de disco',
|
||||
'updxlrtr max download rate' => 'Tasa Máxima de descarga externa (kBit/s)',
|
||||
'updxlrtr max download rate' => 'Tasa Máxima de descarga externa (kbit/s)',
|
||||
'updxlrtr month' => 'un mes',
|
||||
'updxlrtr monthly' => 'mensual',
|
||||
'updxlrtr not accessed' => 'no se ha accesado desde',
|
||||
|
||||
Reference in New Issue
Block a user