Skip to content

Commit 734208c

Browse files
update version (#64)
* update version * add chivatos * remove chivatos * fix typo in login-ca.html * login-en.html: enhance English grammar * login-ca.html: small language fix * login-en.html: small language enhancementx * update changelog * test commit (add a space)
1 parent 0dcceed commit 734208c

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and 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.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = 'es.in2'
13-
version = '2.0.4'
13+
version = '2.0.5'
1414

1515
java {
1616
toolchain {

src/main/resources/templates/login-ca.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
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>

src/main/resources/templates/login-en.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
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>

0 commit comments

Comments
 (0)