Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 26, 2024
1 parent d89908e commit 8194699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contest/js/static_src/src/index_and_info.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if (status !== 'taking contest') {
}
} else {
await Swal.fire({
title: "非常抱歉!",
title: '非常抱歉!',
text: `当前答题人数已达容量 ${(traffic * 100).toFixed(0)}%,现在答题成绩可能异常。建议您稍后再参与。`,
icon: 'error',
})
Expand Down

0 comments on commit 8194699

Please sign in to comment.