Skip to content

Commit

Permalink
Improved: jobs card title(hotwax#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Oct 9, 2023
1 parent b0d035f commit d20e117
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 @@ -28,7 +28,7 @@
"Cancel orders": "Cancel orders",
"Catalog": "Catalog",
"Category": "Category",
"Category and brokering jobs": "Category and brokering jobs",
"Related jobs": "Related jobs",
"Change": "Change",
"Change time zone": "Change time zone",
"Click the backdrop to dismiss.": "Click the backdrop to dismiss.",
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 @@ -272,7 +272,7 @@
<ion-card>
<ion-card-header>
<ion-card-title>
<h3>{{ $t('Category and brokering jobs') }}</h3>
<h3>{{ $t('Related jobs') }}</h3>
</ion-card-title>
</ion-card-header>
<div v-if="!isCtgryAndBrkrngJobsLoaded">
Expand Down

0 comments on commit d20e117

Please sign in to comment.