lowercase 'Bytes' y-axis title

This commit is contained in:
Jordi Sanfeliu 2015-05-19 12:58:03 +02:00
parent 308f13d842
commit 4d3ddf1601
1 changed files with 2 additions and 2 deletions

View File

@ -1082,7 +1082,7 @@ sub varnish_cgi {
"--title=$config->{graphs}->{_varnish6} ($tf->{nwhen}$tf->{twhen})",
"--start=-$tf->{nwhen}$tf->{twhen}",
"--imgformat=PNG",
"--vertical-label=Bytes/s",
"--vertical-label=bytes/s",
"--width=$width",
"--height=$height",
@riglim,
@ -1103,7 +1103,7 @@ sub varnish_cgi {
"--title=$config->{graphs}->{_varnish6} ($tf->{nwhen}$tf->{twhen})",
"--start=-$tf->{nwhen}$tf->{twhen}",
"--imgformat=PNG",
"--vertical-label=Bytes/s",
"--vertical-label=bytes/s",
"--width=$width",
"--height=$height",
@riglim,