iztech-design-system-neo
Version:
Design System of project IZtech
33 lines (28 loc) • 650 B
JavaScript
const CTA_BUTTON = {
ATTENDED: "Attended",
IS_OFFLINE_SALE: "Offline ticket sale",
TICKET_PRICE: "{0} đ / ticket",
}
const LIST = {
FILTER_SECTION: {
DEFAULT_TITLE: "Search education event",
DEFAULT_SUBTITLE: "Update newest information and attend incoming amazing event.",
},
}
const SECTION = {
TITLE: "Latest events",
SUBTITLE: "Let's attend all must-go events of centre",
}
const DETAIL = {
TAB_TIME_AND_ADDRESS: "Time and Address",
TAB_INFORMATION: "Information",
TOTAL_ATTENDEE: "{0} attendees",
}
export default {
CTA_BUTTON,
LIST,
SECTION,
DETAIL,
TITLE: "Education event",
TITLE_SHORT: "Event",
}