Skip to content

Commit fe916e5

Browse files
fix: a small spelling error
1 parent 0e56c49 commit fe916e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

demo/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const translations = {
7979
'privacy.logout.title': 'Clean logout',
8080
'privacy.logout.desc': 'All local session data is wiped on logout, leaving no trace.',
8181
'disclaimer.title': 'Disclaimer',
82-
'disclaimer.text': 'This is an unofficial third-party project and is not directly affiliated with CLHS or Xinhe Smart Campus.',
82+
'disclaimer.text': 'This is an unofficial third-party project and is not directly affiliated with CLHS or ShinHer Smart Campus.',
8383
'footer.github': 'View source on GitHub',
8484
'footer.license': 'MIT License © 2026',
8585
'footer.contributor': 'Developed by alvin000009238',
@@ -147,7 +147,7 @@ function updateDownloadStatsText() {
147147
const latestEl = document.getElementById('stat-latest');
148148
const prevEl = document.getElementById('stat-prev');
149149
if (!latestEl || !prevEl) return;
150-
150+
151151
if (currentLang === 'zh') {
152152
latestEl.textContent = `最新版 (${releaseData.latest.tag}): ${releaseData.latest.count} 次下載`;
153153
prevEl.textContent = `上一版 (${releaseData.prev.tag}): ${releaseData.prev.count} 次下載`;

0 commit comments

Comments
 (0)