Skip to content

Commit

Permalink
#277 : fix key for data in translation
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermau committed Jan 30, 2025
1 parent cf11bbe commit a9b9aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/ui/pages/softwareDetails/SoftwareDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export default function SoftwareDetails(props: Props) {
"label": t(
"softwareDetails.tab title alike software",
{
alikeSoftwareCountc:
alikeSoftwareCount:
software.similarSoftwares.length ??
0
}
Expand Down

0 comments on commit a9b9aa7

Please sign in to comment.