Skip to content

Commit

Permalink
fix: addpool os select-verison adjust title
Browse files Browse the repository at this point in the history
  • Loading branch information
hoppe committed Sep 26, 2022
1 parent adb31be commit d9571ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class="select-version"
[matMenuTriggerFor]="menu"
matTooltip="{{'os-offer-tile.select-version-button.tooltip' | i18n}}"
title="{{'os-offer-tile.select-version-button.tooltip' | i18n}}">
title="{{'os-offer-tile.select-version-button.tooltip' | i18n}} {{name}}">
<i class="fa fa-cog"></i>
</button>
<mat-menu #menu="matMenu">
Expand Down

0 comments on commit d9571ff

Please sign in to comment.