Clean up before initial release - 2

This commit is contained in:
Serkan Reis
2023-02-23 15:26:42 +03:00
parent 6a8cf279a2
commit 9995fa40c0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ const BadgeCreationPage: NextPage = () => {
id: 'key',
name: 'key',
title: 'Public Key',
subtitle: 'One part of the key pair to be utilized for post-creation access control',
subtitle: 'Part of the key pair to be utilized for post-creation access control',
})
const performBadgeCreationChecks = () => {
+1 -1
View File
@@ -165,7 +165,7 @@ const BadgeHubExecutePage: NextPage = () => {
id: 'key',
name: 'key',
title: 'Public Key',
subtitle: 'One part of the key pair to be utilized for post-creation access control',
subtitle: 'Part of the key pair to be utilized for post-creation access control',
})
const ownerState = useInputState({