diff --git a/R/html-helpers.R b/R/html-helpers.R
index 6067a311..c47b8d78 100644
--- a/R/html-helpers.R
+++ b/R/html-helpers.R
@@ -53,7 +53,7 @@ with_tooltip <- function(label, tooltip) {
style = paste0(
"text-decoration: underline; text-decoration-style: solid;",
"
- cursor: question; color: blue"
+ cursor: help; color: blue"
),
title = tooltip,
label