gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 149/459: change wording


From: gnunet
Subject: [reclaim-ui] 149/459: change wording
Date: Fri, 11 Jun 2021 23:24:01 +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 6bb1a336bc9dea7b72d3c1fd1cdc73a165f837de
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Thu Sep 5 14:56:16 2019 +0200

    change wording
---
 src/app/identity-list/identity-list.component.html | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/app/identity-list/identity-list.component.html 
b/src/app/identity-list/identity-list.component.html
index 50e750e..585c9e6 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -186,12 +186,12 @@
                 <span class="fa fa-unlink"></span> Revoke
               </button>
               <div class="alert alert-danger fade show" 
*ngIf="showConfirmRevoke == ticket">
-                Do you really want to revoke this ticket?<br/><br/>
-                <button class="btn btn-primary" 
(click)="revokeTicket(identityInEdit, ticket)">
-                  <span class="fa fa-unlink"></span> Revoke
+                Do you really want to revoke this authorization?<br/><br/>
+                <button class="btn btn-primary m-2" 
(click)="revokeTicket(identityInEdit, ticket)">
+                  <span class="fa fa-check"></span> Yes
                 </button>
-                <button class="btn btn-primary" (click)="hideConfirmRevoke()">
-                  <span class="fa fa-close"></span> Cancel
+                <button class="btn btn-primary m-2" 
(click)="hideConfirmRevoke()">
+                  <span class="fa fa-close"></span> No
                 </button>
               </div>
             </td>
@@ -206,9 +206,9 @@
       </button>
         <button *ngIf="(0 < tickets[identityInEdit.pubkey]?.length) && 
!inOpenIdFlow()" class="btn btn-primary" 
(click)="toggleShowTickets(identityInEdit)" [style.float]="'right'">
         <span class="fa fa-openid"></span>
-        <span *ngIf="identityInEdit == showTicketsIdentity">Hide</span>
-        <span *ngIf="identityInEdit != showTicketsIdentity">Show</span> 
-        Authorizations
+        <span *ngIf="identityInEdit == showTicketsIdentity"> Hide</span>
+        <span *ngIf="identityInEdit != showTicketsIdentity"> Show</span> 
+        authorizations
       </button>
     </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]