Make header and menu labels lowercase

This commit is contained in:
Julia Friesel
2018-09-27 18:31:27 +02:00
parent 04512e5bae
commit a4deb36042
3 changed files with 32 additions and 8 deletions
+8
View File
@@ -94,6 +94,14 @@ export const headerTitles = {
PainEditView: 'Pain'
}
export const menuTitles = {
Home: 'Home',
Calendar: 'Calendar',
Chart: 'Chart',
Stats: 'Stats',
Settings: 'Settings',
}
export const stats = {
cycleLengthTitle: 'Cycle length',
cycleLengthExplainer: 'Basic statistics about the length of your cycles.',