Fix column title for phone

Column name must be capitalized

trivial fix

Change-Id: Idd087c23034816db701231ed9ab54c4374e0b3b2
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
Ivan Anfimov
2025-12-29 17:23:05 +00:00
parent 9260ac2724
commit 859798339e

View File

@@ -84,7 +84,7 @@ export class UserDetail extends Base {
render: (email) => email || '-',
},
{
title: t('phone'),
title: t('Phone'),
dataIndex: 'phone',
},
{