File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed
src/main/resources/templates Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ v2.0.5] ( https://github.com/in2workspace/in2-verifier-api/releases/tag/v2.0.5 )
8+ ### Fixed
9+ - Small text fixes in login template.
10+
711## [ v2.0.4] ( https://github.com/in2workspace/in2-verifier-api/releases/tag/v2.0.4 )
812### Removed
913- Remove hardcoded visible "DOME" references in UI.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
1010}
1111
1212group = ' es.in2'
13- version = ' 2.0.4 '
13+ version = ' 2.0.5 '
1414
1515java {
1616 toolchain {
Original file line number Diff line number Diff line change 327327< div class ="page ">
328328 < div class ="container ">
329329 < div class ="registration-card ">
330- < h3 > La teva organització ha d’estar registrada al Marketplace abans d’iniciar sessió.</ h3 >
330+ < h3 > La teva organització ha d’estar registrada abans d’iniciar sessió.</ h3 >
331331 < button th:attr ="onclick='window.location.href = \'' + ${onboardingUri} + '\'' ">
332332 Registre
333333 </ button >
@@ -337,7 +337,7 @@ <h3>La teva organització ha d’estar registrada al Marketplace abans d’inici
337337 < div class ="instructions ">
338338 < h1 class ="instructions-title "> Instruccions d’inici de sessió:</ h1 >
339339 < ol >
340- < li > Has d’iniciar sessió en un EUDI Wallet o en el nostre< a th:href ="${walletUri} "> Wallet Digital</ a > utilitzant el teu telèfon mòbil.</ li >
340+ < li > Has d’iniciar sessió en un EUDI Wallet o en el nostre < a th:href ="${walletUri} "> Wallet Digital</ a > utilitzant el teu telèfon mòbil.</ li >
341341 < li > Escaneja el codi QR.</ li >
342342 < li > Selecciona la credencial LEAR obtinguda després del procés de registre.</ li >
343343 </ ol >
@@ -363,7 +363,7 @@ <h3>Inici de sessió des del mateix dispositiu</h3>
363363 < span > Tens problemes per iniciar sessió?</ span >
364364 < div class ="help-container ">
365365 < i class ="fa-solid fa-wrench "> </ i >
366- < span class ="help "> Obtén ajuda del < a th:href ="${supportUri} "> servei de suport</ a > </ span >
366+ < span class ="help "> Obtingues ajuda del < a th:href ="${supportUri} "> servei de suport</ a > </ span >
367367 </ div >
368368 </ div >
369369 </ div >
Original file line number Diff line number Diff line change 327327< div class ="page ">
328328 < div class ="container ">
329329 < div class ="registration-card ">
330- < h3 > Your organization must be registered before you log in.</ h3 >
330+ < h3 > Your organization must be registered before you can log in.</ h3 >
331331 < button th:attr ="onclick='window.location.href = \'' + ${onboardingUri} + '\'' ">
332332 Onboarding
333333 </ button >
@@ -340,15 +340,15 @@ <h1 class="instructions-title">Login instructions:</h1>
340340 < li > You must log in to an EUDI Wallet or to our < a
341341 th:href ="${walletUri} "> Digital Wallet</ a > using your smartphone.</ li >
342342 < li > Scan the QR code.</ li >
343- < li > Select the LEAR credential obtained after registration process.</ li >
343+ < li > Select the LEAR credential obtained after the registration process.</ li >
344344 </ ol >
345345 </ div >
346346 < div class ="qr-container ">
347347 < div id ="qr-frame " class ="qr-frame ">
348348 < img id ="qr-code " class ="qr-image " th:src ="${qrImage} " alt ="QR Code ">
349349 </ div >
350350 < div id ="qr-title " class ="qr-title additional-element ">
351- Scan the QR with your EUDI Wallet or our Digital Wallet to log in
351+ Scan the QR with an EUDI Wallet or our Digital Wallet to log in
352352 </ div >
353353 < div id ="same-device-title " class ="additional-element " style ="display: none; ">
354354 < h3 > Login from the same device</ h3 >
You can’t perform that action at this time.
0 commit comments