Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Merge pull request #47 from wouter1975/fix-product-name-and-link
Browse files Browse the repository at this point in the history
Fix product name and link
  • Loading branch information
pboers1988 authored Dec 17, 2021
2 parents 40a3b91 + 0735fe9 commit 5492f0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/subscriptionDetail/Renderers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export function RenderProduct({ product }: { product?: Product }) {
<FormattedMessage id="subscription.product.name" />
</td>
<td id="sub-prod-name-v">
<a target="_blank" rel="noopener noreferrer" href={`/product/${product.product_id}`}>
<a target="_blank" rel="noopener noreferrer" href={`/metadata/product/${product.product_id}`}>
{product.name || ""}
</a>
</td>
Expand Down
2 changes: 1 addition & 1 deletion src/locale/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ I18n.translations.en = {
end_date: "End date",
start_date_epoch: "Start date",
end_date_epoch: "End date",
name: "Name",
name: "Product name",
no_found: "No subscriptions",
searchPlaceHolder: "Search for subscriptions...",
advancedSearchPlaceHolder: "Search on resource types",
Expand Down

0 comments on commit 5492f0b

Please sign in to comment.