Skip to content

Commit

Permalink
remove harcoded text
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Apr 8, 2023
1 parent 728df82 commit 17ef02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/pages/softwareCatalog/SoftwareCatalogControlled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export function SoftwareCatalogControlled(props: Props) {
/>
</div>
{softwares.length === 0 ? (
<h1>No software found</h1>
<h1>{t("no software found")}</h1>
) : (
<RowVirtualizerDynamicWindow
softwares={softwares}
Expand Down

0 comments on commit 17ef02d

Please sign in to comment.