Skip to content

Commit 2ab3187

Browse files
committed
Clarify block size tooltip
1 parent cc39d40 commit 2ab3187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/includes/blocks-list.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ div.table-responsive
115115
- var fullPercent = fullRatio.times(100).toDecimalPlaces(1);
116116
- var formattedSize = utils.formatLargeNumber(block.size, 4);
117117
- var abbr = formattedSize[1].abbreviation || "";
118-
- var toolTip = `${formattedSize[0]} ${abbr}B`;
118+
- var toolTip = `Size: ${formattedSize[0]} ${abbr}B`;
119119

120120
span.border-dotted(title=toolTip, data-toggle="tooltip") #{fullPercent}%
121121
span

0 commit comments

Comments
 (0)