Skip to content

Commit

Permalink
chore: limits exceeded tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
illfixit committed Sep 26, 2024
1 parent 4293f4c commit 96e8506
Show file tree
Hide file tree
Showing 2 changed files with 193 additions and 212 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@
color="primary"
[matTooltip]="
limitsExceeded
? ('You have reached the maximum number of consuming contracts. Please terminate one of the existing contracts to negotiate a new one.'
| translate)
? ('asset_detail_dialog.limit_exceeded_tooltip' | translate)
: ''
"
[disabled]="
Expand Down
Loading

0 comments on commit 96e8506

Please sign in to comment.