temp
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@ export const home = {
|
||||
cycleDayKnown: d => `Your last period started ${getDaysDescriptor(d)}.`,
|
||||
trackPeriod: 'track your period',
|
||||
checkFertility: 'check your fertility',
|
||||
phase: n => `${['1st', '2nd', '3rd'][n - 1]} cycle phase`
|
||||
phase: n => `${['1st', '2nd', '3rd'][n - 1]} cycle phase`,
|
||||
}
|
||||
|
||||
const getDaysDescriptor = cycleDayNumber => {
|
||||
|
||||
+6
-2
@@ -14,7 +14,11 @@ export const links = {
|
||||
},
|
||||
website: {
|
||||
url: 'https://bloodyhealth.gitlab.io/'
|
||||
}
|
||||
},
|
||||
moreToNfp: {
|
||||
url: 'https://gitlab.com/bloodyhealth/drip/wikis/nfp/intro',
|
||||
text: 'More'
|
||||
},
|
||||
}
|
||||
|
||||
export default {
|
||||
@@ -122,7 +126,7 @@ export default {
|
||||
title: 'drip is an open-source cycle tracking app',
|
||||
text: `Copyright (C) 2019 Bloody Health GbR
|
||||
|
||||
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
You can contact us by email at bloodyhealth@mailbox.com.`
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user