fix: update all naming to be plural sensitive (#5068)

Fixed naming to be correct with plural
This commit is contained in:
Lucas Oliveira 2024-12-05 18:16:46 -03:00 committed by GitHub
commit b83b9d05e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -116,7 +116,7 @@ export default function UpdateAllComponents() {
/>
<span>
{componentsToUpdate.length} component
{componentsToUpdate.length > 1 ? "s" : ""} are ready to update
{componentsToUpdate.length > 1 ? "s are" : " is"} ready to update
</span>
</div>
<div className="flex items-center gap-4">