Skip to content

Commit ccbba96

Browse files
committed
update string to content
1 parent a947abc commit ccbba96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/meteordevelopment/meteorclient/systems/modules/render/BetterTooltips.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ private void appendPreviewTooltipText(ItemStackTooltipEvent event, boolean space
453453

454454
if (showFullPreviewText) {
455455
if (spacer && !showPreviewText) event.appendEnd(Text.literal(""));
456-
event.appendEnd(Text.literal("Hold " + Formatting.YELLOW + viewContentKey.get() + Formatting.RESET + " to open preview"));
456+
event.appendEnd(Text.literal("Hold " + Formatting.YELLOW + viewContentKey.get() + Formatting.RESET + " to view contents"));
457457
}
458458
}
459459

0 commit comments

Comments
 (0)