🐛 Fix account name localization
This commit is contained in:
@@ -44,7 +44,7 @@ class AccountName extends StatelessWidget {
|
|||||||
VerificationMark(mark: account.profile.verification!),
|
VerificationMark(mark: account.profile.verification!),
|
||||||
if (account.automatedId != null)
|
if (account.automatedId != null)
|
||||||
Tooltip(
|
Tooltip(
|
||||||
message: 'automatedAccount'.tr(),
|
message: 'accountAutomated'.tr(),
|
||||||
child: Icon(
|
child: Icon(
|
||||||
Symbols.smart_toy,
|
Symbols.smart_toy,
|
||||||
size: 16,
|
size: 16,
|
||||||
|
Reference in New Issue
Block a user