diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-26 14:50:04 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-26 14:50:04 -0700 |
commit | 0862b388dc0f07e45b6daeaec1f8c05925623692 (patch) | |
tree | f2f293af15fcacec333db10d328b39b82e6e434f /extension/react-app/src/tabs | |
parent | 5b6efbe067aa60b5293dd90bd4511e1ca57bf7eb (diff) | |
download | sncontinue-0862b388dc0f07e45b6daeaec1f8c05925623692.tar.gz sncontinue-0862b388dc0f07e45b6daeaec1f8c05925623692.tar.bz2 sncontinue-0862b388dc0f07e45b6daeaec1f8c05925623692.zip |
retry setup patch
Diffstat (limited to 'extension/react-app/src/tabs')
-rw-r--r-- | extension/react-app/src/tabs/gui.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/extension/react-app/src/tabs/gui.tsx b/extension/react-app/src/tabs/gui.tsx index 445d5700..13b74423 100644 --- a/extension/react-app/src/tabs/gui.tsx +++ b/extension/react-app/src/tabs/gui.tsx @@ -352,9 +352,7 @@ function GUI(props: GUIProps) { {typeof client === "undefined" && ( <> <Loader></Loader> - <p style={{ textAlign: "center" }}> - Trying to reconnect with server... - </p> + <p style={{ textAlign: "center" }}>Loading Continue server...</p> </> )} {history?.timeline.map((node: HistoryNode, index: number) => { |