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 May 24, 2024
1 parent f4e2626 commit 8dbc7c8
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

1 comment on commit 8dbc7c8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.