Skip to content

Commit 4dc3ddd

Browse files
committed
fix: correct message display for offline agent with last sync data
1 parent b429efb commit 4dc3ddd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/shared/components/utm/util/utm-agent-connect/utm-agent-connect.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</div>
3333
<div *ngIf="agent && agent.status === 'OFFLINE'" class="alert alert-info alert-styled-right mt-3 info-dismissible">
3434
<span class="font-weight-semibold">Info! </span>
35-
<span>Offline agent, data based on the last sync.</span>
35+
<span>The agent is offline. Data shown is from the last successful sync.</span>
3636
</div>
3737
<app-utm-agent-console *ngIf="agent && connectToAgent" [websocketCommand]="websocketCommand"
3838
(close)="connectToAgent = false"

0 commit comments

Comments
 (0)