Skip to content

Commit

Permalink
fix: data offer renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
illfixit committed Oct 2, 2024
1 parent 34278d4 commit 1b5a036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div class="flex flex-row flex-wrap gap-[16px]">
<dashboard-kpi-card
class="flex-even-sized"
[label]="'dashboard_page.your_def' | translate"
[label]="'dashboard_page.your_data_offers' | translate"
[kpi]="data.numContractDefinitions"></dashboard-kpi-card>

<dashboard-kpi-card
Expand Down
1 change: 1 addition & 0 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@
"dashboard_page.trans_pro": "Transfer Processes",
"dashboard_page.transfer": "Transfer History",
"dashboard_page.your_assets": "Your Assets",
"dashboard_page.your_data_offers": "Your Data Offers",
"dashboard_page.your_def": "Your Contract Definitions",
"dashboard_page.your_pol": "Your Policies",
"edit_asset_page.title": "Edit Asset",
Expand Down

0 comments on commit 1b5a036

Please sign in to comment.