Add action hints to cervix and mucus views
Issue: 178
This commit is contained in:
@@ -14,7 +14,8 @@ export const cervix = {
|
||||
position: {
|
||||
categories: ['low', 'medium', 'high'],
|
||||
explainer: 'How high up in the vagina is the cervix?'
|
||||
}
|
||||
},
|
||||
actionHint: 'Choose values for at least "Opening" and "Firmness" to save.'
|
||||
}
|
||||
|
||||
export const mucus = {
|
||||
@@ -26,7 +27,8 @@ export const mucus = {
|
||||
categories: ['nothing', 'creamy', 'egg white'],
|
||||
explainer: "Looking at and touching your cervical mucus, which describes it best?"
|
||||
},
|
||||
excludeExplainer: "You can exclude this value if you don't want to use it for fertility detection"
|
||||
excludeExplainer: "You can exclude this value if you don't want to use it for fertility detection",
|
||||
actionHint: 'Choose values for both "Feeling" and "Texture" to save.'
|
||||
}
|
||||
|
||||
export const desire = {
|
||||
|
||||
Reference in New Issue
Block a user