diff --git a/src/background/data/HomeworksUpdate.ts b/src/background/data/HomeworksUpdate.ts index 7c90f077a..11dd8c282 100644 --- a/src/background/data/HomeworksUpdate.ts +++ b/src/background/data/HomeworksUpdate.ts @@ -53,7 +53,7 @@ const fetchHomeworks = async (): Promise => { papillonNotify({ id: `${account.name}-homeworks`, title: `[${account.name}] Nouveaux devoirs`, - body: `Vous avez ${differences.length} nouveaux devoirs.`, + body: `Tu as ${differences.length} nouveaux devoirs.`, ios: { categoryId: account.name, }, diff --git a/src/background/data/News.ts b/src/background/data/News.ts index 64e9031e5..ea052e49d 100644 --- a/src/background/data/News.ts +++ b/src/background/data/News.ts @@ -45,7 +45,7 @@ const fetchNews = async (): Promise => { papillonNotify({ id: `${account.name}-news`, title: `[${account.name}] Nouvelles informations`, - body: `Vous avez ${differences.length} nouvelles informations.`, + body: `Tu as ${differences.length} nouvelles informations.`, ios: { categoryId: account.name, },