Skip to content

Commit

Permalink
MARP-1040 Remove Industry attribute from UI (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
phhung-axonivy authored Sep 12, 2024
1 parent 919b72a commit 8807be2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@ <h3 [lang]="languageService.selectedLanguage()" class="info-title text-primary m
<span class="text-primary text-capitalize">{{ productDetail.type }}</span>
</div>
<hr class="border-top-0" />
<div class="d-flex flex-row justify-content-between p-0">
<span [lang]="languageService.selectedLanguage()" class="text-secondary">
{{ 'common.product.detail.information.value.industry' | translate }}
</span>
<span class="text-primary">{{ productDetail.industry }}</span>
</div>
<hr class="border-top-0" />
<div class="d-flex flex-row justify-content-between p-0">
<span [lang]="languageService.selectedLanguage()" class="text-secondary">
{{ 'common.product.detail.information.value.tag' | translate }}
Expand Down
1 change: 0 additions & 1 deletion marketplace-ui/src/assets/i18n/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ common:
compatibility: Kompatibilität
cost: Kosten
language: Sprache
industry: Branche
tag: Tags
source: Quelle
status: Status
Expand Down
1 change: 0 additions & 1 deletion marketplace-ui/src/assets/i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ common:
compatibility: Compatibility
cost: Cost
language: Language
industry: Industry
tag: Tags
source: Source
status: Status
Expand Down

0 comments on commit 8807be2

Please sign in to comment.