Skip to content

Commit

Permalink
fix: Add space to app name
Browse files Browse the repository at this point in the history
`Binary Clock` reads better than `BinaryClock`
  • Loading branch information
thehale committed Jul 4, 2024
1 parent 80eeb92 commit 74b4b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<resources>
<string name="app_name">BinaryClock</string>
<string name="app_name">Binary Clock</string>
</resources>

0 comments on commit 74b4b06

Please sign in to comment.