/ concept-collection / proofery-web
Sign in
concept-collection / proofery-web
update verification message
Jeremy Magland <jmagland@flatironinstitute.org> committed commit 49583462acbf parent aa4abe6 Browse files
1 changed file+1−1
src/utils/verification.tsmodified+1−1View file
@@ -21,7 +21,7 @@ export const verifyProofContent = (content: string): VerificationResult => {
2121 verifyFile(blocks, false); // false for non-verbose mode
2222 return {
2323 success: true,
24- message: '✓ Proof verified successfully!',
24+ message: '✓ Proofs verified! (however, this is a WIP implementation)',
2525 };
2626 } catch (error) {
2727 return {
moveopenescclose