We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b13ec commit cbd89a2Copy full SHA for cbd89a2
src/main/js/site/codetools.js
@@ -121,7 +121,7 @@
121
}
122
123
function updateFoldUnfoldButton(button, unfold) {
124
- const label = unfold ? "Expanded folded text" : "Collapse foldable text";
+ const label = unfold ? "Expand folded text" : "Collapse foldable text";
125
button.classList.remove(unfold ? "fold-button" : "unfold-button");
126
button.classList.add(unfold ? "unfold-button" : "fold-button");
127
button.querySelector("span.label").innerText = label;
0 commit comments