Skip to content

Commit

Permalink
fix translation error in french (#5629)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielFavot authored and SokratisVidros committed Jun 13, 2024
1 parent 7414f99 commit e8b6b82
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 e8b6b82

Please sign in to comment.