fix: Reset fallback sharing state

This commit is contained in:
Janez T
2026-04-07 14:04:45 +02:00
parent e5514b4ef9
commit 44a668df93
64 changed files with 12741 additions and 8677 deletions

View File

@@ -272,7 +272,7 @@ class _AddContactScreenState extends State<AddContactScreen> {
},
decoration: InputDecoration(
labelText: 'Contact advert',
hintText: 'Paste a share link or hex advert',
hintText: AppLocalizations.of(context)!.pasteShareLinkOrHexAdvert,
alignLabelWithHint: true,
border: const OutlineInputBorder(),
errorText: _validationError,