Capitalization

This commit is contained in:
Brian Lovin 2019-02-13 09:53:14 -08:00 committed by GitHub
parent b2798e8464
commit b5cceff401
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ export default function Header(props: Props) {
role="tooltip"
>
{ currentCount === totalItemsCount
? `🎉 Checklist Complete! 🎉`
? `🎉 Checklist complete! 🎉`
: `${currentCount} of ${totalItemsCount} completed`}
</ProgressLabel>
<Confetti fireConfetti={currentCount === totalItemsCount} />