Skip to content

Commit 92e329b

Browse files
committed
Updates
1 parent 6af7ae0 commit 92e329b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

aspnetcore/blazor/fundamentals/signalr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,13 +509,13 @@ If reconnection fails, the user is instructed to reload the page:
509509

510510
:::moniker range=">= aspnetcore-9.0"
511511

512-
![The default reconnection UI.](signalr/_static/reload-ui-90-or-later.png)
512+
![The default retry UI.](signalr/_static/retry-ui-90-or-later.png)
513513

514514
:::moniker-end
515515

516516
:::moniker range="< aspnetcore-9.0"
517517

518-
![The default reconnection UI.](signalr/_static/reload-ui-80-or-earlier.png)
518+
![The default retry UI.](signalr/_static/retry-ui-80-or-earlier.png)
519519

520520
:::moniker-end
521521

0 commit comments

Comments
 (0)