Proofreading

This commit is contained in:
Kevin Sullivan
2019-02-08 21:07:59 -08:00
committed by emelko
parent 392d2a8f70
commit 76b9c1943d
4 changed files with 18 additions and 18 deletions
+3 -3
View File
@@ -20,7 +20,7 @@ export const cervix = {
},
firmness: {
categories: ['hard', 'soft'],
explainer: "When it's hard it might feel like the tip of your nose"
explainer: "When it's hard, it might feel like the tip of your nose"
},
position: {
categories: ['low', 'medium', 'high'],
@@ -126,9 +126,9 @@ export const noteExplainer = "Anything you want to add for the day?"
export const sharedDialogs = {
cancel: 'Cancel',
areYouSureTitle: 'Are you sure?',
areYouSureToUnset: 'Are you sure you want to unset all entered data?',
areYouSureToUnset: 'Are you sure you want to delete this entry?',
reallyUnsetData: 'Yes, I am sure',
save: 'Save',
unset: 'Unset',
unset: 'Delete',
disabledInfo: 'There is some data missing'
}