Skip to content

Commit

Permalink
fix: UI (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Sep 15, 2023
1 parent f663585 commit 6a16eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/satosa/templates/qr_code.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>
<div id="content" class="col-lg-12 text-center">
<div class="row">
<div id="content-text" class="qr-code-text">Usa la funzionalità "Inquadra" disponibile in AppIO.</div>
<div id="content-text" class="qr-code-text">Usa la funzionalità "Inquadra" disponibile in app IO.</div>
</div>
<br>
<div id="content-qrcode" class="row">
Expand Down Expand Up @@ -49,7 +49,7 @@
</div>

<script>
let failureTitle = "Autenticazione fallita";
let failureTitle = "Autenticazione fallita. Per accedere al servizio prova ad autenticarti nuovamente prestando il consenso alla presentazione dei tuoi dati dall'app IO.";
let failureText = "Qualcosa non ha funzionato. Genera un nuovo QR code per riprovare oppure segui le istruzioni visibili sull'app IO.";

let startingConnectionTitle = "Continua sul tuo smartphone";
Expand Down

0 comments on commit 6a16eb2

Please sign in to comment.