feature(i18n): translations for event type dropdown

This commit is contained in:
Alexander Klein 2021-02-15 18:16:23 +01:00
parent 7c71294bc9
commit 37c61241aa
5 changed files with 5 additions and 1 deletions

View file

@ -13,7 +13,7 @@ import styles from './EventsTable.module.css';
const EVENT_FILTER_DEFAULT = {
value: 'EVENT_FILTER_DEFAULT',
label: 'All Events',
label: <FormattedMessage id="label.all-events" defaultMessage="All events" />,
};
export default function EventsTable({ websiteId, ...props }) {