File tree 4 files changed +4
-4
lines changed
ra-ui-materialui/src/list/datagrid
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ export interface TranslationMessages extends StringMap {
179
179
configurable ?: {
180
180
customize : string ;
181
181
configureMode : string ;
182
- Datagrid : {
182
+ datagrid : {
183
183
unlabeled : string ;
184
184
} ;
185
185
inspector : {
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ const englishMessages: TranslationMessages = {
180
180
configurable : {
181
181
customize : 'Customize' ,
182
182
configureMode : 'Configure this page' ,
183
- Datagrid : {
183
+ datagrid : {
184
184
unlabeled : 'Unlabeled column #%{column}' ,
185
185
} ,
186
186
inspector : {
Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ const frenchMessages: TranslationMessages = {
186
186
configurable : {
187
187
customize : 'Personnaliser' ,
188
188
configureMode : 'Configurer cette page' ,
189
- Datagrid : {
189
+ datagrid : {
190
190
unlabeled : 'Colonne sans label #%{column}' ,
191
191
} ,
192
192
inspector : {
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ export const DatagridConfigurable = ({
67
67
child . props . source || child . props . label
68
68
? child . props . label
69
69
: translate (
70
- 'ra.configurable.Datagrid .unlabeled' ,
70
+ 'ra.configurable.datagrid .unlabeled' ,
71
71
{
72
72
column : index ,
73
73
_ : `Unlabeled column #%{column}` ,
You can’t perform that action at this time.
0 commit comments