gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 88/459: prettify information


From: gnunet
Subject: [reclaim-ui] 88/459: prettify information
Date: Fri, 11 Jun 2021 23:23:00 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit 9c2a45d6453c6ce7714358471a59456058453ae8
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Jun 25 19:52:46 2019 +0200

    prettify information
---
 src/app/identity-list/identity-list.component.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/app/identity-list/identity-list.component.html 
b/src/app/identity-list/identity-list.component.html
index 7c4f881..06878d1 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -1,6 +1,6 @@
 <div *ngIf="inOpenIdFlow()" class="alert alert-primary alert-dismissible fade 
show" role="alert">
   <span><i class="fa fa-2x fa-openid"></i> <b class="fa-2x"> Authorization 
Request</b></span><br/>
-  <i *ngIf="!clientNameFound()"><i class="fa fa-circle-o-notch fa-spin 
fa-fw"></i> Looking for client description.</i><br/>
+  <i *ngIf="!clientNameFound()"><i class="fa fa-circle-o-notch fa-spin 
fa-fw"></i> Verifying request for:</i><br/>
   <div *ngIf="clientNameFound()"><strong>"{{ clientName }}"</strong>
     asks you to share personal information.<br/>
     Choose an identity to let it access the following information:
@@ -217,8 +217,8 @@
 
         <div>
           <button *ngIf="canAuthorize(identity)" [disabled]="!inOpenIdFlow() 
|| isAttributeMissing(identity) || !clientNameFound" 
(click)="loginIdentity(identity)" class="btn btn-primary mr-1 openid-login">
-            <span *ngIf="!clientNameFound"><i class="fa fa-circle-o-notch 
fa-spin fa-fw"></i> Verifying remote party</span>
-            <span *ngIf="clientNameFound" class="fa fa-openid"></span> Share 
from this identity</button>
+            <span *ngIf="!clientNameFound()"><i class="fa fa-circle-o-notch 
fa-spin fa-fw"></i> Verification in progress...</span>
+            <span *ngIf="clientNameFound()" class="fa fa-openid"></span> Share 
from this identity</button>
         </div>
       </div>
       <div>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]