spelling: label

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2023-01-09 02:30:29 -05:00
parent f851c5213a
commit 0fb8250000
2 changed files with 10 additions and 10 deletions

View File

@@ -1436,7 +1436,7 @@ Widget _lock(
_LabeledTextField(
BuildContext context,
String lable,
String label,
TextEditingController controller,
String errorText,
bool enabled,
@@ -1447,7 +1447,7 @@ _LabeledTextField(
Expanded(
flex: 4,
child: Text(
'${translate(lable)}:',
'${translate(label)}:',
textAlign: TextAlign.right,
style: TextStyle(color: _disabledTextColor(context, enabled)),
),