Skip to content

Commit

Permalink
Merge pull request #230 from tanishqueSharma/preorder/#187
Browse files Browse the repository at this point in the history
Improved: the catalog's product detail page title (#187)
  • Loading branch information
ravilodhi authored Oct 6, 2023
2 parents e7b968e + eedeed2 commit 0232b87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"preorders will be cancelled. This action cannot be undone.": "{count} preorders will be cancelled. This action cannot be undone.",
"Products": "Products",
"Product details": "Product details",
"Product summary": "Product summary",
"Product audit": "Product audit",
"Product cannot be pre-sold because it does not have active purchase orders": "Product cannot be pre-sold because it does not have active purchase orders",
"Product has been accepting from against PO #": "Product has been accepting {category}s from {fromDate} against PO #${POID}",
"Product is eligible for but not added to the category": "Product is eligible for {category}s but not added to the {category} category",
Expand Down
2 changes: 1 addition & 1 deletion src/views/catalog-product-details.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ion-buttons slot="start">
<ion-back-button default-href="/catalog"></ion-back-button>
</ion-buttons>
<ion-title>{{ $t("Product summary") }}</ion-title>
<ion-title>{{ $t("Product audit") }}</ion-title>
</ion-toolbar>
</ion-header>
<ion-content>
Expand Down

0 comments on commit 0232b87

Please sign in to comment.