set up period reminder in settings

This commit is contained in:
tina
2018-09-25 13:00:55 +02:00
parent d30afd5514
commit ce5a8ce5a1
4 changed files with 58 additions and 0 deletions
+5
View File
@@ -54,6 +54,11 @@ export const settings = {
timeSet: time => `Daily reminder set for ${time}`,
notification: 'Record your morning temperature'
},
periodReminder: {
title: 'Next period reminder',
reminderText: 'Get a notification 3 days before your next period is likely to start.',
notification: 'your next period is likely to start in x days.'
},
passwordSettings: {
title: 'App password',
explainerDisabled: "Encrypt the app's database with a password. You need to enter the password every time the app is started.",