Take user password and try to open db
This commit is contained in:
@@ -90,4 +90,8 @@ export const bleedingPrediction = {
|
||||
predictionStarted1DayLeft: 'Your period is likely to start today or tomorrow.',
|
||||
predictionStartedNoDaysLeft: 'Your period is likely to start today.',
|
||||
predictionInPast: (startDate, endDate) => `Based on your documented data, your period was likely to start between ${startDate} and ${endDate}.`
|
||||
}
|
||||
|
||||
export const passwordPrompt = {
|
||||
title: 'Log in'
|
||||
}
|
||||
Reference in New Issue
Block a user