Remove unnecessary action text property from whats new notification 9 (#13021)

feature/default_network_editable
Dan J Miller 3 years ago committed by GitHub
parent c9768df149
commit 5251d72316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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'),
},
};
};

Loading…
Cancel
Save