gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 348/459: fix


From: gnunet
Subject: [reclaim-ui] 348/459: fix
Date: Fri, 11 Jun 2021 23:27:20 +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 414d1a1a60246fe590e907d11c2fd9f51a90eb29
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Mon Oct 19 17:10:25 2020 +0200

    fix
---
 src/app/edit-identity/edit-identity.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/edit-identity/edit-identity.component.html 
b/src/app/edit-identity/edit-identity.component.html
index ba4a1f3..08dddf1 100644
--- a/src/app/edit-identity/edit-identity.component.html
+++ b/src/app/edit-identity/edit-identity.component.html
@@ -252,7 +252,7 @@
             </div>
             <div class="col-sm">
               <input *ngIf="!isClaimCred(attribute)" placeholder="{{ 
getMessage('Value') }}" [(ngModel)]="attribute.value">
-              <span *ngIf="isClaimCred(attribute)" 
>{{getMessage("edit_identity_html@claimAsAttribute", [getCredValue(claim), 
getIssuer(claim), claim.value])}}</span>
+              <span *ngIf="isClaimCred(attribute)" 
>{{getMessage("edit_identity_html@claimAsAttribute", [getCredValue(attribute), 
getIssuer(attribute), attribute.value])}}</span>
             </div>
             <div class="col-sm">
               <button class="btn btn-primary" 
(click)="deleteAttribute(attribute)" *ngIf="!isClaimCred(attribute)">

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