rinominati i campi in inglese per diminuire confusione
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -149,7 +149,7 @@ class HomeScreen extends StatelessWidget {
|
||||
Icon(Icons.storefront, size: 16, color: context.primary),
|
||||
const SizedBox(width: 8),
|
||||
Text(
|
||||
currentStore?.nome ?? context.l10n.homeNoStoreFound,
|
||||
currentStore?.name ?? context.l10n.homeNoStoreFound,
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.w600,
|
||||
color: context.primary,
|
||||
@@ -352,7 +352,7 @@ class HomeScreen extends StatelessWidget {
|
||||
: theme.iconTheme.color,
|
||||
),
|
||||
title: Text(
|
||||
store.nome,
|
||||
store.name,
|
||||
style: TextStyle(
|
||||
fontWeight: isSelected
|
||||
? FontWeight.bold
|
||||
|
||||
Reference in New Issue
Block a user