fix: correct sentence case for Line 24

Revert Line 24 to proper sentence case format:
- '+ Add Account' → '+ Add account'

In sentence case, only the first word should be capitalized
unless it's a proper noun. "Account" is not a proper noun.

🤖 Generated with [Claude Code](https://claude.com/claude-code)
This commit is contained in:
EmberSparks 2025-12-11 15:28:09 +08:00
parent 8b33920edf
commit 9aa052d4c3

View file

@ -21,7 +21,7 @@ export const en = {
syncButton: 'Sync repositories',
searchPlaceholder: 'Search repositories...',
clearSearch: 'Clear search',
addAccount: '+ Add Account',
addAccount: '+ Add account',
accountsLabel: 'Accounts',
exportMode: 'Export mode',
exitExportMode: 'Exit export mode',