Commit 083847e 1 parent ba48848 commit 083847e Copy full SHA for 083847e
File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ const CategoryForm = ({ type }: IProps) => {
75
75
< div className = { styles . categoryForm } >
76
76
< FormProvider { ...methods } >
77
77
< form className = { styles . form } >
78
- < TextField name = 'title' label = 'Category name' />
79
- < ColorPicker name = 'color' label = 'Color' />
78
+ < TextField name = 'title' label = { t ( 'category_name' ) } />
79
+ < ColorPicker name = 'color' label = { t ( 'color' ) } />
80
80
</ form >
81
81
</ FormProvider >
82
82
</ div >
Original file line number Diff line number Diff line change 1
1
import { InitOptions } from '@tma.js/sdk' ;
2
2
3
3
export const sdkInitOptions : InitOptions = {
4
- // cssVars: true,
4
+ cssVars : true ,
5
5
} ;
Original file line number Diff line number Diff line change 6
6
"completed" : " completed" ,
7
7
"left" : " left" ,
8
8
"new_task" : " New task" ,
9
+ "color" : " Color" ,
9
10
"new_category" : " New category" ,
10
11
"new_todo_list" : " New todo list" ,
11
12
"category_name" : " Category name" ,
You can’t perform that action at this time.
0 commit comments