rinominati i campi in inglese per diminuire confusione

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-05-03 10:30:09 +02:00
parent 4580173edf
commit 4559db620d
13 changed files with 156 additions and 156 deletions

View File

@@ -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