mirror of https://github.com/jetkvm/kvm.git
fix: update expected reboot duration message in RebootingOverlay component
This commit is contained in:
parent
29b0ac778a
commit
e7afa1206c
|
|
@ -542,7 +542,7 @@ export function RebootingOverlay({ show, suggestedIp }: RebootingOverlayProps) {
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
Please wait while the device restarts. This usually takes 30-60 seconds.
|
Please wait while the device restarts. This usually takes 20-30 seconds.
|
||||||
{suggestedIp && (
|
{suggestedIp && (
|
||||||
<>
|
<>
|
||||||
{" "}If reconnection fails, the device may be at{" "}
|
{" "}If reconnection fails, the device may be at{" "}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue