Skip to content

Commit

Permalink
fixed finally reputation on contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
azackmatoff committed Jul 13, 2023
1 parent aba6329 commit 6cd6583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/page/profile/contacts/contacts_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class _ContactsPageState extends State<ContactsPage> {
children: [
Text(Fmt.accountName(context, contact)),
Text(
'${contact.participantType.getName}: ${contact.reputation.length}',
'${context.l10n.reputation}: ${contact.reputation.length}',
style: context.textTheme.labelSmall!.copyWith(color: AppColors.encointerGrey),
)
],
Expand Down

0 comments on commit 6cd6583

Please sign in to comment.