diff --git a/nym-connect/desktop/src/components/AppWindowFrame.tsx b/nym-connect/desktop/src/components/AppWindowFrame.tsx index f8304ce00b..90e01fffa7 100644 --- a/nym-connect/desktop/src/components/AppWindowFrame.tsx +++ b/nym-connect/desktop/src/components/AppWindowFrame.tsx @@ -22,7 +22,7 @@ export const AppWindowFrame: FCWithChildren = ({ children }) => { }; case '/menu/settings/service-provider': return () => { - // when the user moves away from the settings page and the gateway is not valid + // when the user moves away from the settings page and the sp is not valid // set isActive to false if (!userDefinedSPAddress?.address) { setUserDefinedSPAddress((current) => ({ ...current, isActive: false }));