Skip to content

Commit

Permalink
fix: change issued credential title (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-tbd authored Oct 29, 2024
1 parent 09f3b3e commit 7830d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/features/account/account_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,6 @@ class AccountPage extends HookConsumerWidget {
? DateFormat('MMM dd yyyy').format(DateTime.parse(issuedAt).toLocal())
: 'no issuance date';

return 'KCC - $issuanceDate';
return 'Credential - $issuanceDate';
}
}

0 comments on commit 7830d82

Please sign in to comment.