diff --git a/src/main/resources/messages.properties b/src/main/resources/messages.properties index fbf68e22..59f22b3f 100644 --- a/src/main/resources/messages.properties +++ b/src/main/resources/messages.properties @@ -28,8 +28,9 @@ error.message=Mensaje de error: error.error=Error: # -------------------Statements for the index.html file--------------------- -index.heading=Bienvenidos a la página principal -index.development=En desarrollo +index.heading=WIQ +index.subtitle=Responde las preguntas correctamente y GANA!!! +index.button=JUGAR # -------------------Statements for the home.html file--------------------- home.heading=Bienvenido diff --git a/src/main/resources/messages_en.properties b/src/main/resources/messages_en.properties index 69a1f387..1d11ec42 100644 --- a/src/main/resources/messages_en.properties +++ b/src/main/resources/messages_en.properties @@ -27,8 +27,9 @@ error.message=Error message: error.error=Error: # -------------------Statements for the index.html file--------------------- -index.heading=Welcome to the main page -index.development=Under development +index.heading=WIQ +index.subtitle=Answer the questions correctly and WIN!!! +index.button=PLAY # -------------------Statements for the home.html file--------------------- home.heading=Welcome diff --git a/src/main/resources/messages_es.properties b/src/main/resources/messages_es.properties index ca856285..30eeeb9f 100644 --- a/src/main/resources/messages_es.properties +++ b/src/main/resources/messages_es.properties @@ -28,8 +28,9 @@ error.message=Mensaje de error: error.error=Error: # -------------------Statements for the index.html file--------------------- -index.heading=Bienvenidos a la página principal -index.development=En desarrollo +index.heading=WIQ +index.subtitle=Responde las preguntas correctamente y GANA!!! +index.button=JUGAR # -------------------Statements for the home.html file--------------------- home.heading=Bienvenido diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index 350e878b..1cbf7699 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -5,7 +5,8 @@