gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 223/459: button label changed


From: gnunet
Subject: [reclaim-ui] 223/459: button label changed
Date: Fri, 11 Jun 2021 23:25:15 +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 c711c96c467ee2bfa9c072627a4b2ee7cf786967
Author: anna wimbauer <anna.wibauer@gmx.de>
AuthorDate: Mon Jun 22 16:25:19 2020 +0200

    button label changed
---
 src/app/edit-identity/edit-identity.component.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/edit-identity/edit-identity.component.html 
b/src/app/edit-identity/edit-identity.component.html
index eefd100..45e36d1 100644
--- a/src/app/edit-identity/edit-identity.component.html
+++ b/src/app/edit-identity/edit-identity.component.html
@@ -161,11 +161,11 @@
     </div>
     
     <button *ngIf="isExperimental() && !newIdProviderDiscovered()" class="btn 
btn-primary mb-4 fhg-link" (click)="discoverIdProvider()">
-      <span class="fa fa-user"></span> Link Fraunhofer Account
+      <span class="fa fa-user"></span> Find Id Provider
     </button>
     <!--Link account-->
     <button *ngIf="isExperimental() && newIdProviderDiscovered() && 
!grantedAccessToIdProvider()" class="btn btn-primary mb-4 fhg-link" 
(click)="loginFhgAccount()">
-      <span class="fa fa-user"></span> Link {{getNewIdProviderName()}} Account
+      <span class="fa fa-user"></span> Grant Access to 
{{getNewIdProviderName()}}
     </button>
     <!--Save account-->
     <div *ngIf="isExperimental() && newIdProviderDiscovered() && 
grantedAccessToIdProvider()" class="input-group my-2 col-lg-4">

-- 
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]