fix
This commit is contained in:
@@ -49,7 +49,7 @@ class WarehouseCard extends StatelessWidget {
|
||||
),
|
||||
const SizedBox(width: 4),
|
||||
Text(
|
||||
'Code: ${warehouse.code}',
|
||||
'Mã: ${warehouse.code}',
|
||||
style: theme.textTheme.bodyMedium?.copyWith(
|
||||
color: colorScheme.onSurfaceVariant,
|
||||
),
|
||||
@@ -68,7 +68,7 @@ class WarehouseCard extends StatelessWidget {
|
||||
),
|
||||
const SizedBox(width: 4),
|
||||
Text(
|
||||
'Items: ${warehouse.totalCount}',
|
||||
'Sản phẩm: ${warehouse.totalCount}',
|
||||
style: theme.textTheme.bodyMedium?.copyWith(
|
||||
color: colorScheme.onSurfaceVariant,
|
||||
),
|
||||
@@ -104,7 +104,7 @@ class WarehouseCard extends StatelessWidget {
|
||||
borderRadius: BorderRadius.circular(4),
|
||||
),
|
||||
child: Text(
|
||||
'NG Warehouse',
|
||||
'Kho NG',
|
||||
style: theme.textTheme.labelSmall?.copyWith(
|
||||
color: colorScheme.onErrorContainer,
|
||||
fontWeight: FontWeight.bold,
|
||||
|
||||
Reference in New Issue
Block a user