diff --git a/source/main.cpp b/source/main.cpp index e1ff446..bcda519 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -331,7 +331,7 @@ int main() HttpServer::Start(); if (INSTALLER::StartEzRemoteServer() < 0) { - Util::Notify("Cloud not load ezRemote Server. It is needed for background install and download. Please ensure Bin loader is enabled"); + Util::Notify("Cloud not load ezRemote Server. It is needed for background install and download. Please ensure Goldhen payload server is enabled"); } GUI::RenderLoop(renderer);