624 Use translation library for chart tutorial

This commit is contained in:
Lisa Hillebrand
2022-10-23 11:54:11 +02:00
parent baaf89c04e
commit 4573b93921
3 changed files with 6 additions and 6 deletions
+3
View File
@@ -4,6 +4,9 @@
"chart": "Chart",
"stats": "Stats"
},
"chart": {
"tutorial": "You can swipe the chart to view more dates."
},
"cycleDay": {
"symptomBox": {
"bleeding": "Bleeding",
-4
View File
@@ -3,10 +3,6 @@ export const home = {
phase: (n) => `${['1st', '2nd', '3rd'][n - 1]} cycle phase`,
}
export const chart = {
tutorial: 'You can swipe the chart to view more dates.',
}
export const shared = {
cancel: 'Cancel',
save: 'Save',