Skip to content

Commit

Permalink
fix(reminder): wording text reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
tangimds committed Oct 29, 2021
1 parent 4d31dcc commit 7f6fad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes/reminder/reminder.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const timeIsAfterNow = (inputDate) => {
};

const ReminderStorageKey = '@Reminder';
const reminderTitle = "C'est l'heure de noter vos symptômes !";
const reminderTitle = "Comment ça va aujourd'hui ?";
const reminderMessage =
"N'oubliez pas de remplir votre application Mon Suivi Psy";
class Reminder extends React.Component {
Expand Down

0 comments on commit 7f6fad8

Please sign in to comment.