Skip to content

Commit

Permalink
fix translation error in french
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielFavot committed May 23, 2024
1 parent 5edb4da commit 9ade0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/notification-center/src/i18n/languages/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ITranslationEntry } from '../lang';
export const FR: ITranslationEntry = {
translations: {
notifications: 'Notifications',
markAllAsRead: 'Tout marquer comme lus',
markAllAsRead: 'Tout marquer comme lu',
poweredBy: 'Propulsé par',
settings: 'Paramètres',
noNewNotification: 'Rien de nouveau à voir ici pour le moment',
Expand Down

0 comments on commit 9ade0ed

Please sign in to comment.