diff --git a/internal/plugins/webui/dashboard.js b/internal/plugins/webui/dashboard.js
index eed9a04..54f581d 100644
--- a/internal/plugins/webui/dashboard.js
+++ b/internal/plugins/webui/dashboard.js
@@ -1032,7 +1032,7 @@
out.push('');
});
if (a.outputs.length > MAX_OUT) {
- out.push('+' + (a.outputs.length - MAX_OUT) + " " + __("更多", "more") + "");
+ out.push('+' + (a.outputs.length - MAX_OUT) + " " + __("更多", "more") + "");
}
y += bandH;
});