Changed the spelling of the word adress)

This commit is contained in:
Arseni
2025-12-12 19:39:36 +03:00
parent 28d74d058b
commit 82b2f88122
14 changed files with 31 additions and 31 deletions

View File

@@ -103,7 +103,7 @@ class FormView extends StatelessWidget {
),
SizedBox(height: spacingFields),
...PaymentType.values.map(
(p) => AdressBookPaymentMethodTile(
(p) => AddressBookPaymentMethodTile(
type: p,
title: getPaymentTypeLabel(context, p),
methods: methods,