diff --git a/client/public/stylesheets/style/style.css b/client/public/stylesheets/style/style.css index 75d9fcb6..72287056 100644 --- a/client/public/stylesheets/style/style.css +++ b/client/public/stylesheets/style/style.css @@ -985,7 +985,7 @@ nav.ol-panel> :last-child { #login-status[data-status="failed"]::before { color: var(--primary-red); - content: "Incorrect username/password!"; + content: "Incorrect password!"; } @keyframes blinker { diff --git a/client/views/other/dialogs/splash.ejs b/client/views/other/dialogs/splash.ejs index 1084d345..4d17115a 100644 --- a/client/views/other/dialogs/splash.ejs +++ b/client/views/other/dialogs/splash.ejs @@ -8,8 +8,8 @@