Skip to content

Commit d0d5376

Browse files
committed
fix: unify Title Case in English strings for Weblate consistency [skip ci]
1 parent adf9a3f commit d0d5376

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

android/app/src/main/res/values/strings.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- ============================= -->
1111
<string name="main_title">Simple Notes</string>
1212
<string name="no_notes_yet">No notes yet.\nTap + to create one.</string>
13-
<string name="add_note">Add note</string>
13+
<string name="add_note">Add Note</string>
1414
<string name="sync">Sync</string>
1515
<string name="settings">Settings</string>
1616
<string name="action_sync">Sync</string>
@@ -30,8 +30,8 @@
3030
<!-- ============================= -->
3131
<!-- FAB MENU -->
3232
<!-- ============================= -->
33-
<string name="fab_new_note">New note</string>
34-
<string name="fab_text_note">Text note</string>
33+
<string name="fab_new_note">New Note</string>
34+
<string name="fab_text_note">Text Note</string>
3535
<string name="fab_checklist">Checklist</string>
3636
<string name="create_text_note">Note</string>
3737
<string name="create_checklist">List</string>

0 commit comments

Comments
 (0)