Skip to content

Commit

Permalink
feat(background): transformal to informal
Browse files Browse the repository at this point in the history
  • Loading branch information
Kgeek33 committed Jan 7, 2025
1 parent e1a26b8 commit 6bd5f6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/background/data/HomeworksUpdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const fetchHomeworks = async (): Promise<Homework[]> => {
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,
},
Expand Down
2 changes: 1 addition & 1 deletion src/background/data/News.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const fetchNews = async (): Promise<Information[]> => {
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,
},
Expand Down

0 comments on commit 6bd5f6c

Please sign in to comment.