aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/app/edit-authorizations/edit-authorizations.component.html2
-rw-r--r--src/app/edit-credentials/edit-credentials.component.html2
-rw-r--r--src/app/edit-identity/edit-identity.component.html2
-rw-r--r--src/app/import-attributes/import-attributes.component.html4
-rw-r--r--src/locales/de/messages.json1
-rw-r--r--src/locales/en/messages.json3
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 @@
57 <!-- Edit card buttons --> 57 <!-- Edit card buttons -->
58 <div> 58 <div>
59 <button class="btn btn-primary" [routerLink]="['/edit-identity', identity.name]"> 59 <button class="btn btn-primary" [routerLink]="['/edit-identity', identity.name]">
60 <span class="fa fa-back"></span> {{getMessage("edit_authorizations_html@BackTo", {IDENTITYNAME: identity.name})}} 60 <span class="fa fa-arrow-left"></span> {{getMessage("edit_authorizations_html@BackTo", {IDENTITYNAME: identity.name})}}
61 </button> 61 </button>
62 </div> 62 </div>
63 </div> 63 </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 @@
57 <!-- Edit card buttons --> 57 <!-- Edit card buttons -->
58 <div> 58 <div>
59 <button class="btn btn-primary" [routerLink]="['/edit-identity', identity.name ]"> 59 <button class="btn btn-primary" [routerLink]="['/edit-identity', identity.name ]">
60 <span class="fa fa-save"></span> {{getMessage("Back")}} 60 <span class="fa fa-arrow-left"></span> {{getMessage("Back")}}
61 </button> 61 </button>
62 </div> 62 </div>
63 </div> 63 </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 @@
294 <!-- Edit card buttons --> 294 <!-- Edit card buttons -->
295 <div> 295 <div>
296 <button class="btn btn-primary" (click)="goBack()"> 296 <button class="btn btn-primary" (click)="goBack()">
297 <span class="fa fa-save"></span> {{ getMessage("Back") }} 297 <span class="fa fa-arrow-left"></span> {{ getMessage("Back") }}
298 </button> 298 </button>
299 <button *ngIf="!inOpenIdFlow()" class="btn btn-primary" [routerLink]="['/edit-authorizations', identity.name]" [style.float]="'right'"> 299 <button *ngIf="!inOpenIdFlow()" class="btn btn-primary" [routerLink]="['/edit-authorizations', identity.name]" [style.float]="'right'">
300 <span class="fab fa-openid"></span> 300 <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 @@
4 <div class="card-avatar-character text-dark" > 4 <div class="card-avatar-character text-dark" >
5 <h2 class="fa-2x"> 5 <h2 class="fa-2x">
6 <span class="fa fa-download"></span> 6 <span class="fa fa-download"></span>
7 {{getMessage("import_attributes_html@importFor")}} <i>{{ identity.name }}</i> 7 {{getMessage("import_attributes_html@importFor", {IDENTITYNAME: identity.name})}}
8 </h2> 8 </h2>
9 </div> 9 </div>
10 </div> 10 </div>
@@ -43,7 +43,7 @@
43 <!-- Edit card buttons --> 43 <!-- Edit card buttons -->
44 <div> 44 <div>
45 <button class="btn btn-primary" [disabled]="inProgress" [routerLink]="['/edit-identity', identity.name ]"> 45 <button class="btn btn-primary" [disabled]="inProgress" [routerLink]="['/edit-identity', identity.name ]">
46 <span class="fa fa-save"></span> {{ getMessage("Back") }} 46 <span class="fa fa-arrow-left"></span> {{ getMessage("Back") }}
47 </button> 47 </button>
48 </div> 48 </div>
49 </div> 49 </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 @@
69 "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.", 69 "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.",
70 "edit_identity_html@selfissued": "Selbst ausgestellt", 70 "edit_identity_html@selfissued": "Selbst ausgestellt",
71 "edit_identity_html@importFrom": "Von ``{{ISSUERNAME}}´´ importieren", 71 "edit_identity_html@importFrom": "Von ``{{ISSUERNAME}}´´ importieren",
72 "import_attributes_html@importFor": "Attribute für {{IDENTITYNAME}} importieren",
72 "edit_identity_html@unset": "Nicht gesetzt", 73 "edit_identity_html@unset": "Nicht gesetzt",
73 "edit_identity_html@attribute": "Attribut", 74 "edit_identity_html@attribute": "Attribut",
74 "edit_identity_html@selectAttribute": "<Attributsnamen auswählen>", 75 "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 @@
68 "edit_identity_html@standardScopes": "The attributes below correspond to the standard scopes of the\nOpenID Connect specification: ``profile'', ``email'', ``phone'' and ``address''.", 68 "edit_identity_html@standardScopes": "The attributes below correspond to the standard scopes of the\nOpenID Connect specification: ``profile'', ``email'', ``phone'' and ``address''.",
69 "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.", 69 "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.",
70 "edit_identity_html@selfissued": "Self-issued", 70 "edit_identity_html@selfissued": "Self-issued",
71 "edit_identity_html@importFrom": "Try import from ``{{ISSUERNAME}}´´", 71 "edit_identity_html@importFrom": "Try import from ``{{ISSUERNAME}}''",
72 "import_attributes_html@importFor": "Import attributes for {{IDENTITYNAME}}",
72 "edit_identity_html@unset": "Unset", 73 "edit_identity_html@unset": "Unset",
73 "edit_identity_html@attribute": "Attribute", 74 "edit_identity_html@attribute": "Attribute",
74 "edit_identity_html@selectAttribute": "<Select attribute name>", 75 "edit_identity_html@selectAttribute": "<Select attribute name>",