mirror of
https://github.com/embersparks/obsidian-github-stars-manager.git
synced 2026-07-22 06:44:31 +00:00
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:
parent
8b33920edf
commit
9aa052d4c3
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue