mirror of https://github.com/mikaku/Monitorix.git
lowercase 'Bytes' y-axis title
This commit is contained in:
parent
44534764b2
commit
308f13d842
|
@ -1183,7 +1183,7 @@ sub mail_cgi {
|
|||
"--title=$config->{graphs}->{_mail4} ($tf->{nwhen}$tf->{twhen})",
|
||||
"--start=-$tf->{nwhen}$tf->{twhen}",
|
||||
"--imgformat=PNG",
|
||||
"--vertical-label=Bytes",
|
||||
"--vertical-label=bytes",
|
||||
"--width=$width",
|
||||
"--height=$height",
|
||||
@riglim,
|
||||
|
@ -1204,7 +1204,7 @@ sub mail_cgi {
|
|||
"--title=$config->{graphs}->{_mail4} ($tf->{nwhen}$tf->{twhen})",
|
||||
"--start=-$tf->{nwhen}$tf->{twhen}",
|
||||
"--imgformat=PNG",
|
||||
"--vertical-label=Bytes",
|
||||
"--vertical-label=bytes",
|
||||
"--width=$width",
|
||||
"--height=$height",
|
||||
@riglim,
|
||||
|
|
Loading…
Reference in New Issue