Skip to content

Commit

Permalink
Small UI wording fixes (#813)
Browse files Browse the repository at this point in the history
  • Loading branch information
illfixit authored Sep 3, 2024
1 parent 038ed1c commit 779c97a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 mat-dialog-title>
class="!scale-[0.9]"
mat-icon-button
matSuffix
matTooltip="The version of your asset">
matTooltip="The version of your asset. Especially useful if you have iterations of the same asset.">
<mat-icon>info_outline</mat-icon>
</button>
</mat-form-field>
Expand Down Expand Up @@ -168,10 +168,7 @@ <h1 mat-dialog-title>
*ngIf="form.metadata.controls.standardLicense; let ctrl"
class="grow">
<mat-label>Standard License</mat-label>
<input
placeholder="https://creativecommons.org/licenses/by/4.0/deed.en"
matInput
[formControl]="ctrl" />
<input placeholder="https://" matInput [formControl]="ctrl" />
<button
class="!scale-[0.9]"
mat-icon-button
Expand Down Expand Up @@ -222,7 +219,7 @@ <h1 mat-dialog-title>
class="!scale-[0.9]"
mat-icon-button
matSuffix
matTooltip="Model for data exchange, e.g. DATEX II, TPEG for traffic and travel information">
matTooltip="Model for data exchange, e.g. DATEX II, TPEG for traffic and travel information, etc.">
<mat-icon>info_outline</mat-icon>
</button>
</mat-form-field>
Expand All @@ -247,7 +244,7 @@ <h1 mat-dialog-title>
class="!scale-[0.9]"
mat-icon-button
matSuffix
matTooltip="The method used for representing of geographical data, e.g GeoJSON, OpenLR">
matTooltip="The method used for representing of geographical data, e.g GeoJSON, OpenLR, etc.">
<mat-icon>info_outline</mat-icon>
</button>
</mat-form-field>
Expand Down Expand Up @@ -297,7 +294,7 @@ <h1 mat-dialog-title>
class="!scale-[0.9]"
mat-icon-button
matSuffix
matTooltip="Simple description of the relevant geolocation, e.g. Hamburg and vicinity">
matTooltip="Simple description of the relevant geolocation, e.g. Hamburg and vicinity.">
<mat-icon>info_outline</mat-icon>
</button>
</mat-form-field>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class="!scale-[0.9]"
mat-icon-button
matSuffix
matTooltip="Keywords make the data offer easier to find.">
matTooltip="Keywords make the data offer easier to find. They appear as tags on 'Assets' and 'Catalog Browser' pages.">
<mat-icon>info_outline</mat-icon>
</button>
</mat-form-field>

0 comments on commit 779c97a

Please sign in to comment.