fix: update all naming to be plural sensitive (#5068)
Fixed naming to be correct with plural
This commit is contained in:
parent
c044a1c947
commit
b83b9d05e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue