From 206f0462f8f266e1a31d7fddbbcb2d0d48a2e2fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Tue, 2 Jul 2019 19:14:26 +0200 Subject: [PATCH] Small style fixup --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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