gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 72/459: change wording


From: gnunet
Subject: [reclaim-ui] 72/459: change wording
Date: Fri, 11 Jun 2021 23:22:44 +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 3033d89fb658e1f0f4c081539d87a8b536639ef3
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Tue Jun 4 18:04:39 2019 +0200

    change wording
---
 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 fefa564..f34cfc1 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -1,7 +1,7 @@
 <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>
+  <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/>
-  <div *ngIf="clientNameFound"><span class="fa fa-openid"></span>  <strong>"{{ 
clientName }}"</strong>
+  <div *ngIf="clientNameFound"><strong>"{{ clientName }}"</strong>
   asks you to share personal information.<br/>
   Choose an identity to let it access the following information:
   </div>
@@ -9,7 +9,7 @@
     <li *ngFor="let attribute of getScopes()"><strong>{{attribute}}</strong>
   </ul>
   <button class="btn btn-danger" (click)="cancelRequest()">
-    <span class="fa fa-ban"></span> Do not share information and return to 
website
+    <span class="fa fa-ban"></span> Decline and return to website
   </button>
 </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]