[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.
- [reclaim-ui] 209/459: trying to save accesstoken in localStorage, (continued)
- [reclaim-ui] 209/459: trying to save accesstoken in localStorage, gnunet, 2021/06/11
- [reclaim-ui] 219/459: merge webfinger-service and oauth-helper-service into attestation-service, gnunet, 2021/06/11
- [reclaim-ui] 230/459: fix webfinger, gnunet, 2021/06/11
- [reclaim-ui] 226/459: nothing important, gnunet, 2021/06/11
- [reclaim-ui] 210/459: new Attestation created, gnunet, 2021/06/11
- [reclaim-ui] 202/459: update dependencies, gnunet, 2021/06/11
- [reclaim-ui] 196/459: issuer discoverable, gnunet, 2021/06/11
- [reclaim-ui] 213/459: Attestation is added after account is linked, gnunet, 2021/06/11
- [reclaim-ui] 215/459: merge, gnunet, 2021/06/11
- [reclaim-ui] 211/459: update dependencies, gnunet, 2021/06/11
- [reclaim-ui] 223/459: button label changed,
gnunet <=
- [reclaim-ui] 229/459: fix, gnunet, 2021/06/11
- [reclaim-ui] 238/459: improved error massage, gnunet, 2021/06/11
- [reclaim-ui] 225/459: added logout url to webfinger, gnunet, 2021/06/11
- [reclaim-ui] 212/459: Add typescript dependency to make modules happy., gnunet, 2021/06/11
- [reclaim-ui] 239/459: -fix expiration date display, gnunet, 2021/06/11
- [reclaim-ui] 231/459: maing, gnunet, 2021/06/11
- [reclaim-ui] 245/459: improved scope display, gnunet, 2021/06/11
- [reclaim-ui] 236/459: redirect after logout from idProvider, gnunet, 2021/06/11
- [reclaim-ui] 255/459: remove env, gnunet, 2021/06/11
- [reclaim-ui] 228/459: redirect to edit-attestation after linking account, gnunet, 2021/06/11