gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 402/459: fix icons, translations


From: gnunet
Subject: [reclaim-ui] 402/459: fix icons, translations
Date: Fri, 11 Jun 2021 23:28:14 +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 c7c9ca13a555aa10d1331f9f51ff07128e2fd02d
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Sun Jan 3 21:03:20 2021 +0900

    fix icons, translations
---
 src/app/edit-authorizations/edit-authorizations.component.html | 2 +-
 src/app/edit-credentials/edit-credentials.component.html       | 2 +-
 src/app/edit-identity/edit-identity.component.html             | 2 +-
 src/app/import-attributes/import-attributes.component.html     | 4 ++--
 src/locales/de/messages.json                                   | 1 +
 src/locales/en/messages.json                                   | 3 ++-
 6 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/app/edit-authorizations/edit-authorizations.component.html 
b/src/app/edit-authorizations/edit-authorizations.component.html
index 980ffa0..64b351f 100644
--- a/src/app/edit-authorizations/edit-authorizations.component.html
+++ b/src/app/edit-authorizations/edit-authorizations.component.html
@@ -57,7 +57,7 @@
     <!-- Edit card buttons -->
     <div>
       <button class="btn btn-primary" [routerLink]="['/edit-identity', 
identity.name]">
-        <span class="fa fa-back"></span> 
{{getMessage("edit_authorizations_html@BackTo", {IDENTITYNAME: identity.name})}}
+        <span class="fa fa-arrow-left"></span> 
{{getMessage("edit_authorizations_html@BackTo", {IDENTITYNAME: identity.name})}}
       </button>
     </div>
   </div>
diff --git a/src/app/edit-credentials/edit-credentials.component.html 
b/src/app/edit-credentials/edit-credentials.component.html
index ab4475d..77b14a6 100644
--- a/src/app/edit-credentials/edit-credentials.component.html
+++ b/src/app/edit-credentials/edit-credentials.component.html
@@ -57,7 +57,7 @@
     <!-- Edit card buttons -->
     <div>
       <button class="btn btn-primary" [routerLink]="['/edit-identity', 
identity.name ]">
-        <span class="fa fa-save"></span> {{getMessage("Back")}}
+        <span class="fa fa-arrow-left"></span> {{getMessage("Back")}}
       </button>
     </div>
   </div>
diff --git a/src/app/edit-identity/edit-identity.component.html 
b/src/app/edit-identity/edit-identity.component.html
index a912457..af14dca 100644
--- a/src/app/edit-identity/edit-identity.component.html
+++ b/src/app/edit-identity/edit-identity.component.html
@@ -294,7 +294,7 @@
     <!-- Edit card buttons -->
     <div>
       <button class="btn btn-primary" (click)="goBack()">
-        <span class="fa fa-save"></span> {{ getMessage("Back") }}
+        <span class="fa fa-arrow-left"></span> {{ getMessage("Back") }}
       </button>
       <button *ngIf="!inOpenIdFlow()" class="btn btn-primary" 
[routerLink]="['/edit-authorizations', identity.name]" [style.float]="'right'">
         <span class="fab fa-openid"></span>
diff --git a/src/app/import-attributes/import-attributes.component.html 
b/src/app/import-attributes/import-attributes.component.html
index 153174f..7cf1dac 100644
--- a/src/app/import-attributes/import-attributes.component.html
+++ b/src/app/import-attributes/import-attributes.component.html
@@ -4,7 +4,7 @@
     <div class="card-avatar-character text-dark" >
       <h2 class="fa-2x">
       <span class="fa fa-download"></span>
-      {{getMessage("import_attributes_html@importFor")}} <i>{{ identity.name 
}}</i>
+      {{getMessage("import_attributes_html@importFor", {IDENTITYNAME:  
identity.name})}}
       </h2>
     </div>
   </div>
@@ -43,7 +43,7 @@
     <!-- Edit card buttons -->
     <div>
       <button class="btn btn-primary" [disabled]="inProgress" 
[routerLink]="['/edit-identity', identity.name ]">
-        <span class="fa fa-save"></span> {{ getMessage("Back") }}
+        <span class="fa fa-arrow-left"></span> {{ getMessage("Back") }}
       </button>
     </div>
   </div>
diff --git a/src/locales/de/messages.json b/src/locales/de/messages.json
index 663b4ea..c361e07 100644
--- a/src/locales/de/messages.json
+++ b/src/locales/de/messages.json
@@ -69,6 +69,7 @@
     "edit_identity_html@infoMissingClaims": "Die Website hat die folgenden 
Attribute angefragt. Du bist nicht verpflichtet diese Attribute 
bereitzustellen. Die Webseite könnte jedoch die Informationen im Rahmen einer 
Dienstleistung benötigen.",
     "edit_identity_html@selfissued": "Selbst ausgestellt",
     "edit_identity_html@importFrom": "Von ``{{ISSUERNAME}}´´ importieren",
+    "import_attributes_html@importFor": "Attribute für {{IDENTITYNAME}} 
importieren",
     "edit_identity_html@unset": "Nicht gesetzt",
     "edit_identity_html@attribute": "Attribut",
     "edit_identity_html@selectAttribute": "<Attributsnamen auswählen>",
diff --git a/src/locales/en/messages.json b/src/locales/en/messages.json
index 0ea8be8..cf21407 100644
--- a/src/locales/en/messages.json
+++ b/src/locales/en/messages.json
@@ -68,7 +68,8 @@
     "edit_identity_html@standardScopes": "The attributes below correspond to 
the standard scopes of the\nOpenID Connect specification: ``profile'', 
``email'', ``phone'' and ``address''.",
     "edit_identity_html@infoMissingClaims": "The website requests the 
following attributes. You may provide any of the requested attributes but are 
not required to. The website may require the attributes in the scope of its 
service offering.",
     "edit_identity_html@selfissued": "Self-issued",
-    "edit_identity_html@importFrom": "Try import from ``{{ISSUERNAME}}´´",
+    "edit_identity_html@importFrom": "Try import from ``{{ISSUERNAME}}''",
+    "import_attributes_html@importFor": "Import attributes for 
{{IDENTITYNAME}}",
     "edit_identity_html@unset": "Unset",
     "edit_identity_html@attribute": "Attribute",
     "edit_identity_html@selectAttribute": "<Select attribute name>",

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