From 5251d723166b062fc3cc9122d6bc452a32e0184d Mon Sep 17 00:00:00 2001 From: Dan J Miller Date: Wed, 8 Dec 2021 15:30:20 -0330 Subject: [PATCH] Remove unnecessary action text property from whats new notification 9 (#13021) --- shared/notifications/index.js | 1 - 1 file changed, 1 deletion(-) 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'), }, }; };