Skip to content

Commit 8e146e8

Browse files
Update ITL_AI-Inclusive-Design-Sprints_Start.html
1 parent 9834aea commit 8e146e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ITL_AI-Inclusive-Design-Sprints_Start.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h2 id="art3Title">Recognize Exclusions in Games</h2>
160160
navigator.clipboard.writeText(text).then(() => {
161161
// Optional feedback
162162
button.textContent = "Copied!";
163-
setTimeout(() => (button.textContent = "Copy"), 1500);
163+
setTimeout(() => (button.textContent = "Copy Prompt"), 1500);
164164
}).catch(err => {
165165
console.error("Failed to copy: ", err);
166166
});

0 commit comments

Comments
 (0)