Skip to content

Commit

Permalink
fixed email + translations
Browse files Browse the repository at this point in the history
  • Loading branch information
fourhtyoz committed Jan 27, 2025
1 parent 5e299a1 commit 7180e94
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion screens/SettingsScreen.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe('SettingsScreen', () => {

expect(alertSpy).toHaveBeenCalledWith(
'Get in Touch',
'Send an email to meow@gmail.com',
'Send an email to hualua@gmail.com',
);
});

Expand Down
2 changes: 1 addition & 1 deletion screens/SettingsScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const SettingsScreen = observer(() => {
const handleGetInTouch = () => {
Alert.alert(
t('settings.getInTouch'),
`${t('settings.sendEmailTo')} meow@gmail.com`,
`${t('settings.sendEmailTo')} hualua@gmail.com`,
)
}

Expand Down
4 changes: 2 additions & 2 deletions utils/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"muscle": "Muskel",
"exercise": "Übung",
"weight": "Gewicht",
"reps": "Wiederholungen",
"edit": "Bearbeiten"
"reps": "Reps",
"edit": "Ändern"
}
},
"resetFilter": "Filter zurücksetzen",
Expand Down
2 changes: 1 addition & 1 deletion utils/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"muscle": "Muscle",
"exercise": "Exercise",
"weight": "Weight",
"reps": "Repetitions",
"reps": "Reps",
"edit": "Edit"
}
},
Expand Down
2 changes: 1 addition & 1 deletion utils/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"muscle": "Músculo",
"exercise": "Ejercicio",
"weight": "Peso",
"reps": "Repeticiones",
"reps": "Reps",
"edit": "Editar"
}
},
Expand Down
4 changes: 2 additions & 2 deletions utils/translations/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
"table": {
"header": {
"date": "Дата",
"muscle": "Мышца",
"muscle": "Группа",
"exercise": "Упражнение",
"weight": "Вес",
"reps": "Повторения",
"reps": "Повтор.",
"edit": "Изменить"
}
},
Expand Down
2 changes: 1 addition & 1 deletion utils/translations/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"muscle": "Kas",
"exercise": "Egzersiz",
"weight": "Ağırlık",
"reps": "Tekrarlar",
"reps": "Reps",
"edit": "Düzenle"
}
},
Expand Down

0 comments on commit 7180e94

Please sign in to comment.