From 6bd5f6cfc1385a44a66d671e050baa356149d453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9D=95=82=F0=9D=95=AA=F0=9D=95=9D=F0=9D=95=9A?= =?UTF-8?q?=F0=9D=95=92=F0=9D=95=9F?= Date: Tue, 7 Jan 2025 21:27:34 +0100 Subject: [PATCH] feat(background): transformal to informal --- src/background/data/HomeworksUpdate.ts | 2 +- src/background/data/News.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, },