update other pages
with russian translation
This commit is contained in:
@ -20,7 +20,7 @@ export const ArticleList = () => {
|
||||
},
|
||||
{
|
||||
field: 'heading',
|
||||
headerName: 'Heading',
|
||||
headerName: 'Заголовок',
|
||||
type: 'string',
|
||||
minWidth: 300,
|
||||
display: 'flex',
|
||||
@ -29,7 +29,7 @@ export const ArticleList = () => {
|
||||
},
|
||||
{
|
||||
field: 'body',
|
||||
headerName: 'Body',
|
||||
headerName: 'Контент',
|
||||
type: 'string',
|
||||
display: 'flex',
|
||||
align: 'left',
|
||||
@ -38,7 +38,7 @@ export const ArticleList = () => {
|
||||
},
|
||||
{
|
||||
field: 'actions',
|
||||
headerName: 'Actions',
|
||||
headerName: 'Действия',
|
||||
align: 'right',
|
||||
headerAlign: 'center',
|
||||
minWidth: 120,
|
||||
|
Reference in New Issue
Block a user