Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 7830d82

Browse files
authored
fix: change issued credential title (#326)
1 parent 09f3b3e commit 7830d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/features/account/account_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,6 @@ class AccountPage extends HookConsumerWidget {
327327
? DateFormat('MMM dd yyyy').format(DateTime.parse(issuedAt).toLocal())
328328
: 'no issuance date';
329329

330-
return 'KCC - $issuanceDate';
330+
return 'Credential - $issuanceDate';
331331
}
332332
}

0 commit comments

Comments
 (0)