Update label

This commit is contained in:
Neeraj Gupta
2025-04-14 16:41:39 +05:30
parent 04bf4527d8
commit 2bfb52168e

View File

@@ -597,7 +597,7 @@ class _SetupEnterSecretKeyPageState extends State<SetupEnterSecretKeyPage> {
Row(
mainAxisAlignment: MainAxisAlignment.start,
children: [
const FieldLabel("TOTP", width: 60),
const FieldLabel("Type", width: 60),
ToptSelectorWidget(
currentTopt: _type,
onSelected: (newTopt) async {