diff --git a/main.cpp b/main.cpp index e4b435d..8e68875 100644 --- a/main.cpp +++ b/main.cpp @@ -133,7 +133,7 @@ void load_key() int main(int argc, char **argv) { PROFILER_RECORD; load_key(); - cout << "Welcome to the Secutech customer portal." << endl; + cout << "Welcome to the Secutech login portal." << endl; cout << "How can we help you today? (type 'help' for help)" << endl; string input; do