i18n: wrap UI strings with __() (components/pages/modals)
This commit is contained in:
@@ -116,17 +116,17 @@ const openCourseModal = () => {
|
||||
const getCoursesColumns = () => {
|
||||
return [
|
||||
{
|
||||
label: 'Title',
|
||||
label: __('Title'),
|
||||
key: 'title',
|
||||
width: 2,
|
||||
},
|
||||
{
|
||||
label: 'Lessons',
|
||||
label: __('Lessons'),
|
||||
key: 'lessons',
|
||||
align: 'right',
|
||||
},
|
||||
{
|
||||
label: 'Enrollments',
|
||||
label: __('Enrollments'),
|
||||
align: 'right',
|
||||
key: 'enrollments',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user