diff --git a/lib/ui/authenticator/totp_field_picker.dart b/lib/ui/authenticator/totp_field_picker.dart index 0a21395..46fc4bc 100644 --- a/lib/ui/authenticator/totp_field_picker.dart +++ b/lib/ui/authenticator/totp_field_picker.dart @@ -108,7 +108,7 @@ class _TotpFieldPickerState extends State { final colors = context.theme.colors; final selected = _selected; final subtitle = selected == null - ? 'Not set — tap to choose' + ? 'Tap to choose' : [selected.title, if (selected.subtitle != null) selected.subtitle].join(' · '); return FTile( prefix: const Icon(FIcons.shieldCheck),