Skip to content

Commit cbd89a2

Browse files
sbrannenphilwebb
authored andcommitted
Change text to "Expand folded text"
See gh-77
1 parent 08b13ec commit cbd89a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/js/site/codetools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
}
122122

123123
function updateFoldUnfoldButton(button, unfold) {
124-
const label = unfold ? "Expanded folded text" : "Collapse foldable text";
124+
const label = unfold ? "Expand folded text" : "Collapse foldable text";
125125
button.classList.remove(unfold ? "fold-button" : "unfold-button");
126126
button.classList.add(unfold ? "unfold-button" : "fold-button");
127127
button.querySelector("span.label").innerText = label;

0 commit comments

Comments
 (0)