From 09e5b1842d3b2131820e59484b0779162bd97572 Mon Sep 17 00:00:00 2001 From: sawka Date: Mon, 11 Mar 2024 11:50:39 -0700 Subject: [PATCH] update wording on disconnected modal (restart wave backend instead of restart server) --- src/app/common/modals/disconnected.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/common/modals/disconnected.tsx b/src/app/common/modals/disconnected.tsx index 623729e8b..f2fd10277 100644 --- a/src/app/common/modals/disconnected.tsx +++ b/src/app/common/modals/disconnected.tsx @@ -90,7 +90,7 @@ class DisconnectedModal extends React.Component<{}, {}> { onClick={this.restartServer} leftIcon={} > - Restart Server + Restart Wave Backend