diff --git a/modules/novel-draw/novel-draw.html b/modules/novel-draw/novel-draw.html
index 3a323fe..ba50925 100644
--- a/modules/novel-draw/novel-draw.html
+++ b/modules/novel-draw/novel-draw.html
@@ -869,7 +869,7 @@ function parseDelay(str) {
}
function shuffleCredits() {
- const authors = ['π‘πΈπ»πΈπ΅π΅π΅π·', 'ηΊ€ζΏ―', 'ε°η½η'];
+ const authors = ['π‘πΈπ»πΈπ΅π΅π΅π·', 'ι‘ζΏ―', 'ε°η½η'];
const shuffled = authors.sort(() => Math.random() - 0.5);
const el = document.getElementById('nd_credits');
if (el) {