gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 323/459: small fix


From: gnunet
Subject: [reclaim-ui] 323/459: small fix
Date: Fri, 11 Jun 2021 23:26:55 +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 10d019dcc8b0acb85c85cef5ce2d64719cf29f44
Author: anna wimbauer <anna.wibauer@gmx.de>
AuthorDate: Wed Oct 7 09:33:14 2020 +0200

    small fix
---
 src/app/edit-credentials/edit-credentials.component.html | 5 +++--
 src/app/edit-identity/edit-identity.component.html       | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/app/edit-credentials/edit-credentials.component.html 
b/src/app/edit-credentials/edit-credentials.component.html
index 9572ca0..cd40e61 100644
--- a/src/app/edit-credentials/edit-credentials.component.html
+++ b/src/app/edit-credentials/edit-credentials.component.html
@@ -22,7 +22,8 @@
       <div *ngIf="!newIdProviderDiscovered() && !loggedIn()"
         class="alert alert-secondary alert-dismissible fade show my-2" 
role="alert" >
         <span class="fa fa-info"> </span>  <b 
class="ml-2">{{getMessage("edit_credentials_html@info")}}</b><br/>
-        {{getMessage("edit_credentials_html@linkAccountInfo")}}
+        {{getMessage("edit_credentials_html@linkAccountInfo1")}}<br/>
+        
<i>{{getMessage("Note")}}</i>{{getMessage("edit_credentials_html@linkAccountInfo2")}}
       </div>
       <div *ngIf="!newIdProviderDiscovered()" class="my-2 col-lg-4">
         <input placeholder="user@example.com" [(ngModel)]="webfingerEmail">
@@ -55,7 +56,7 @@
     <div
       *ngIf="loggedIn() && !credentialNameValid(newCredential) || 
!credentialTypeValid(newCredential) || !credentialValueValid(newCredential)"
       class="alert alert-primary alert-dismissible fade show" role="alert" >
-      <span class="fa fa-warning"></span> 
{{getMessage("edit_credentials_html@note")}}
+      <span class="fa fa-warning"></span> {{getMessage("Note")}}
       <ul>
         <li>{{getMessage("edit_credentials_html@note1")}}</li>
         <li>{{getMessage("edit_credentials_html@note2")}}</li>
diff --git a/src/app/edit-identity/edit-identity.component.html 
b/src/app/edit-identity/edit-identity.component.html
index 33c0a0e..2e21c24 100644
--- a/src/app/edit-identity/edit-identity.component.html
+++ b/src/app/edit-identity/edit-identity.component.html
@@ -301,7 +301,7 @@
     </div>
     <!-- Attribute creation warning -->
     <div *ngIf="!attributeNameValid(newAttribute) || 
!attributeValueValid(newAttribute)" class="alert alert-primary 
alert-dismissible fade show" role="alert">
-      <span class="fa fa-warning"></span> {{ 
getMessage("edit_identity_html@note") }}
+      <span class="fa fa-warning"></span> {{ getMessage("Note") }}
       <ul>
         <li>{{ getMessage("edit_identity_html@note1") }}</li>
         <li>{{ getMessage("edit_identity_html@note2") }}</li>

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