Skip to content

Commit b167b60

Browse files
vintaclaude
andcommitted
fix: correct locale string mismatches in HTML files
- Fixed "spacing_when_load" default text in options.html to match messages.json - Fixed "spacing_when_load" default text in popup.html to match messages.json - Changed "網頁載入時自動召喚空格之神" to "網頁載入後自動召喚空格之神" 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent bee1a76 commit b167b60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

browser_extensions/chrome/pages/options.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1 class="options-title" data-i18n="extension_name">為什麼你們就是不能
3535
<h2 class="options-section-title" data-i18n="label_settings">設定</h2>
3636
<div id="spacing_mode_section" class="card">
3737
<div class="form-group">
38-
<button id="spacing_mode_btn" class="btn btn-primary-black btn-lg btn-block" data-i18n="spacing_when_load">網頁載入後自動幫我加上空格</button>
38+
<button id="spacing_mode_btn" class="btn btn-primary-black btn-lg btn-block" data-i18n="spacing_when_load">網頁載入後自動召喚空格之神</button>
3939
<p class="form-help-text mt-4" id="spacing_when_click_msg" style="display: none" data-i18n="spacing_when_click_msg">你可以按右上角那個黑人頭來召喚空格之神!</p>
4040
</div>
4141
</div>

browser_extensions/chrome/pages/popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h1 class="popup-title" data-i18n="extension_name">為什麼你們就是不能
3636
<label class="toggle">
3737
<input type="checkbox" class="toggle-input" id="spacing-mode-toggle" />
3838
<span class="toggle-switch"></span>
39-
<span class="toggle-label" data-i18n="spacing_when_load">網頁載入時自動召喚空格之神</span>
39+
<span class="toggle-label" data-i18n="spacing_when_load">網頁載入後自動召喚空格之神</span>
4040
</label>
4141
</div>
4242

0 commit comments

Comments
 (0)