tutorbook
Version:
Web app connecting students with expert mentors and tutors.
15 lines (13 loc) • 377 B
text/typescript
import { defMsg } from '@tutorbook/intl';
export default defMsg({
overview: {
id: 'dashboard.tabs.overview',
defaultMessage: 'Overview',
description: 'Label for the overview tab of the dashboard page.',
},
people: {
id: 'dashboard.tabs.people',
defaultMessage: 'People',
description: 'Label for the overview tab of the dashboard page.',
},
});