mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Capitalization
This commit is contained in:
parent
b2798e8464
commit
b5cceff401
1 changed files with 1 additions and 1 deletions
|
|
@ -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} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue