Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bioimagesuiteweb committed Jan 31, 2025
1 parent a894689 commit ad117bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/webcomponents/bisweb_oldgrapherelement.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ class OldGrapherModule extends HTMLElement {
d_type = 'line';
} else {
let heading = "Volume of each Region";
let ylabel = 'Volume (mm^3)';
let ylabel = 'Volume (voxels)';
if (showVolume === false) {
heading = "Average Intensity in each Region";
ylabel = 'Intensity';
Expand Down

0 comments on commit ad117bf

Please sign in to comment.