This commit is contained in:
Hugo Trentesaux 2022-06-16 21:00:08 +02:00
parent 1c3aa6997b
commit 096243701b
1 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ class WalletOptionsProvider with ChangeNotifier {
case 'ConfirmedByOwner': case 'ConfirmedByOwner':
{ {
return isOwner return isOwner
? _showText('Identité confirmé') ? _showText('Identité confirmée')
: _duniterIndexer.getNameByAddress( : _duniterIndexer.getNameByAddress(
context, context,
address, address,
@ -204,7 +204,7 @@ class WalletOptionsProvider with ChangeNotifier {
case 'expired': case 'expired':
{ {
return _showText('Identité expiré'); return _showText('Identité expirée');
} }
} }
return SizedBox( return SizedBox(