Skip to content

Commit

Permalink
session details fixed copy-session-id tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
deaflynx committed Apr 2, 2024
1 parent 8a042c7 commit bded7f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2 translate>mqtt-client-session.details</h2>
<mat-icon svgIcon="mdi:trash-can-outline"></mat-icon>
<span translate>mqtt-client-session.remove-session</span>
</button>
<tb-copy-content-button title="mqtt-client-session.copy-session-id" [cbContent]="entity?.sessionId"></tb-copy-content-button>
<tb-copy-content-button [title]="'mqtt-client-session.copy-session-id'" [cbContent]="entity?.sessionId"></tb-copy-content-button>
</div>
<div mat-dialog-content>
<section *ngIf="showAppClientShouldBePersistentWarning" class="tb-warning" fxLayoutAlign="start center" fxLayoutGap="4px">
Expand Down

0 comments on commit bded7f2

Please sign in to comment.