Skip to content

Commit

Permalink
chore: rename Name to Title (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
illfixit authored Sep 11, 2024
1 parent dc4318a commit b8a5bc6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ the detailed section referring to by linking pull requests or issues.

#### Patch

- Changed wording on the data offer creation page
- Data Offer details now display the contract ID for each contract offer

## [v4.1.3] - 2024-09-03
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -398,12 +398,12 @@
<edit-asset-form-group
myTitle="General Information"
description="Fill out general information about the asset">
<!-- Name -->
<!-- Title -->
<edit-asset-form-input
fieldId="create-asset-form-name"
label="Name"
label="Title"
placeholder="My Asset"
tooltip="The main name of your asset. It will also be the name of the data offering displayed in the catalog."
tooltip="The main title of your asset. It will also be the title of the data offering displayed in the catalog."
[ctrl]="form.general.controls.name"></edit-asset-form-input>

<!-- Asset ID -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ <h1 mat-dialog-title>
<ng-template matStepLabel>General Information</ng-template>
<div class="flex flex-col mt-[10px]">
<div class="flex flex-row space-x-[10px]">
<!-- Name -->
<!-- Title -->
<mat-form-field class="grow">
<mat-label>Name</mat-label>
<mat-label>Title</mat-label>
<input
matInput
autocomplete="new-name"
Expand All @@ -20,7 +20,7 @@ <h1 mat-dialog-title>
class="!scale-[0.9]"
mat-icon-button
matSuffix
matTooltip="The main name of your asset. It will also be the name of the data offering displayed in the catalog.">
matTooltip="The main title of your asset. It will also be the title of the data offering displayed in the catalog.">
<mat-icon>info_outline</mat-icon>
</button>
</mat-form-field>
Expand Down

0 comments on commit b8a5bc6

Please sign in to comment.