diff --git a/shared/notifications/index.js b/shared/notifications/index.js index 913b834c1..38ae68c0a 100644 --- a/shared/notifications/index.js +++ b/shared/notifications/index.js @@ -131,7 +131,6 @@ export const getTranslatedUINoficiations = (t, locale) => { date: new Intl.DateTimeFormat(formattedLocale).format( new Date(UI_NOTIFICATIONS[9].date), ), - actionText: t('notifications9ActionText'), }, }; };