update other pages
with russian translation
This commit is contained in:
@ -17,7 +17,7 @@ export const CityList = () => {
|
||||
},
|
||||
{
|
||||
field: 'country_code',
|
||||
headerName: 'Country Code',
|
||||
headerName: 'Код страны',
|
||||
type: 'string',
|
||||
minWidth: 150,
|
||||
align: 'left',
|
||||
@ -25,14 +25,14 @@ export const CityList = () => {
|
||||
},
|
||||
{
|
||||
field: 'name',
|
||||
headerName: 'City Name',
|
||||
headerName: 'Название',
|
||||
type: 'string',
|
||||
minWidth: 150,
|
||||
flex: 1,
|
||||
},
|
||||
{
|
||||
field: 'actions',
|
||||
headerName: 'Actions',
|
||||
headerName: 'Действия',
|
||||
align: 'right',
|
||||
headerAlign: 'center',
|
||||
minWidth: 120,
|
||||
|
Reference in New Issue
Block a user