Index: client/Client/main.cpp
===================================================================
--- client/Client/main.cpp	(revision 5c95436b3f64026a1a2084818bdd625724c2a543)
+++ client/Client/main.cpp	(revision 7ca5d21c073cd474d1191369edaa8d07501511d6)
@@ -363,5 +363,6 @@
          chatConsole.draw(font, al_map_rgb(255,255,255));
 
-         if(wndCurrent == wndLogin) {
+         // There should be label gui components that show these or each textbox should have a label
+         if(wndCurrent == wndLogin || wndCurrent == wndRegister) {
             al_draw_text(font, al_map_rgb(0, 255, 0), 4, 43, ALLEGRO_ALIGN_LEFT, "Username:");
             al_draw_text(font, al_map_rgb(0, 255, 0), 1, 73, ALLEGRO_ALIGN_LEFT, "Password:");
