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

@@ -172,7 +172,7 @@ class _ProviderFormSheetState extends State<ProviderFormSheet> {
store.id,
);
return CheckboxListTile(
title: Text(store.nome),
title: Text(store.name),
value: isAssociated,
onChanged: (val) {
setState(() {