Skip to content

Commit

Permalink
Merge pull request #1258 from liranr23/rename_discs
Browse files Browse the repository at this point in the history
Rename Discs to Disks on total disks tab
  • Loading branch information
yaacov authored Jul 4, 2024
2 parents a906ca8 + 54ce674 commit 888b178
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const cellRenderers: Record<string, React.FC<PlanVMsCellProps>> = {

return totalTasks ? (
<>
{completedTasks || '-'} / {totalTasks || '-'} Discs
{completedTasks || '-'} / {totalTasks || '-'} Disks
</>
) : (
<>-</>
Expand Down

0 comments on commit 888b178

Please sign in to comment.