Skip to content

Commit

Permalink
chore: small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
illfixit committed Sep 26, 2024
1 parent a739cf3 commit f44cba0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ <h1 mat-dialog-title>
<input
matInput
autocomplete="new-name"
placeholder="{{
'create_data_offer_page.title_placeholder' | translate
}}"
[formControl]="form.metadata.controls.title" />
<button
class="!scale-[0.9]"
Expand Down Expand Up @@ -87,8 +90,7 @@ <h1 mat-dialog-title>

<mat-form-field>
<mat-label>{{
'create_data_offer_page.reference_files_description_title'
| translate
'create_data_offer_page.description' | translate
}}</mat-label>
<textarea
class="h-36"
Expand All @@ -98,7 +100,7 @@ <h1 mat-dialog-title>
'# My Asset\n\nAt vero eos et accusam et justo duo dolores et ea rebum.\n\n## Details\n\nAt vero eos et accusam et justo duo dolores et ea **rebum**.'
"></textarea>
<mat-hint class="flex flex-row items-center gap-1 mb-1">
{{ 'create_data_offer_page.description_uses' | translate }}
{{ 'create_data_offer_page.description_supports' | translate }}
<a
class="link"
externalLink
Expand Down
2 changes: 2 additions & 0 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,9 @@
"data_update_frequency_tooltip": "How often is the dataset updated, e.g\t'Every 5 min.",
"datasource_information": "Datasource Information",
"datasource": "Datasource",
"description": "Description",
"description_uses": "The description uses",
"description_supports": "The description supports",
"documentation": "Documentation",
"email_subject_placeholder": "Data Offer 'xyz",
"email_subject_tooltip": "When potential customers reach out to you via email, you’ll receive messages with this subject line.",
Expand Down

0 comments on commit f44cba0

Please sign in to comment.