Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit e6e04c2

Browse files
fixed broken build
1 parent 7ded707 commit e6e04c2

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

src/Frontend/Jp.AdminUI/src/app/core/settings/settings.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ declare var $: any;
1212
@Injectable()
1313
export class SettingsService {
1414

15-
private user: UserProfile;
15+
public user: UserProfile;
1616
public app: any;
1717
public layout: any;
1818
userProfileObservable: Observable<object>;

src/Frontend/Jp.AdminUI/src/app/panel/api-resources/scope/api-scopes.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h4><button class="btn btn-info btn-xs" (click)="selectedScope = null"><i class=
107107
'apiResource.scope.Emphasize' | translate }} <i class="fa fa-comment-dots"></i></label>
108108
<div class="col-xl-8">
109109
<label class="switch m-0">
110-
<input type="checkbox" disabled="disabled" [(ngModel)]="selectedScope.Emphasize" />
110+
<input type="checkbox" disabled="disabled" [(ngModel)]="selectedScope.emphasize" />
111111
<span></span>
112112
</label>
113113
</div>
@@ -240,4 +240,4 @@ <h3>{{ resourceName }}</h3>
240240
<div *ngFor="let error of errors; let i = index"><strong>{{i+1}}</strong> {{error}}</div>
241241
</alert>
242242
</div>
243-
<toaster-container [toasterconfig]="toasterconfig"></toaster-container>
243+
<toaster-container [toasterconfig]="toasterconfig"></toaster-container>

src/Frontend/Jp.AdminUI/src/assets/i18n/el.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@
7777
},
7878
"scope": {
7979
"Emphasize": "Έμφαση",
80-
"Emphasize-tooltip": "Specifies whether the consent screen will emphasize this scope (if the consent screen wants to implement such a feature). Use this setting for sensitive or important scopes. Defaults to false.",
80+
"Emphasize-tooltip": "Καθορίζει εάν η σελίδα συγκατάθεσης θα δώσει έμφαση σε αυτό το πεδίο εφαρμογής (εάν θέλουμε να εμφανίσουμε αυτήν την δυνατότητα στην σελίδα συγκατάθεσης). Χρησιμοποίησε αυτήν την ρύθμιση για ευαίσθητα ή για σημαντικά πεδία εφαρμογής. Η προεπιλογή είναι ψευδές.",
8181
"description": "Περιγραφή",
8282
"description-tooltip": "Αυτή η τιμή μπορεί να χρησιμοποιθεί π.χ. στην σελίδα συγκατάθεσης",
8383
"displayName": "Εμφανιζόμενο όνομα",
8484
"displayName-tooltip": "Αυτή η τιμή μπορεί να χρησιμοποιθεί π.χ. στην σελίδα συγκατάθεσης",
8585
"name": "Όνομα",
8686
"name-tooltip": "Μοναδικό όνομα του API. Η τιμή χρησιμοποιείται για αυθεντικοποίηση με ενδοσκόπηση και θα προστεθεί στην τιμή του audience του εξερχόμενου token πρόσβασης ",
87-
"required": "Required",
88-
"required-tooltip": "Specifies whether the user can de-select the scope on the consent screen. Defaults to false.",
87+
"required": "Απαιτούμενο",
88+
"required-tooltip": "Καθορίζει εάν ο χρήστης αποεπιλέξει το πεδίο εφαρμογής στην σελίδα σSpecifies whether the user can de-select the scope on the consent screen. Defaults to false.",
8989
"showInDiscoveryDocument": "Show In Discovery Document",
9090
"showInDiscoveryDocument-tooltip": "Specifies whether this scope is shown in the discovery document. Defaults to true",
9191
"userClaims": "Αξιώσεις χρηστών",
@@ -243,7 +243,7 @@
243243
"enabled-tooltip": "Υποδεικνύει ότι αυτός ο πόρος είναι ενεργός και μπορεί να ζητηθεί. Η προεπιλογή είναι αληθές",
244244
"name": "Όνομα",
245245
"name-tooltip": "The unique name of the identity resource. This is the value a client will use for the scope parameter in the authorize request.",
246-
"required": "Required",
246+
"required": "Απαιτούμενο",
247247
"required-tooltip": "Specifies whether the user can de-select the scope on the consent screen (if the consent screen wants to implement such a feature). Defaults to false.",
248248
"showInDiscoveryDocument": "Show In Discovery Document",
249249
"showInDiscoveryDocument-tooltip": "Specifies whether this scope is shown in the discovery document. Defaults to true.",
@@ -262,7 +262,7 @@
262262
"enabled-tooltip": "Υποδεικνύει ότι αυτός ο πόρος είναι ενεργός και μπορεί να ζητηθεί. Η προεπιλογή είναι αληθές",
263263
"name": "Όνομα",
264264
"name-tooltip": "The unique name of the identity resource. This is the value a client will use for the scope parameter in the authorize request.",
265-
"required": "Required",
265+
"required": "Απαιτούμενο",
266266
"required-tooltip": "Specifies whether the user can de-select the scope on the consent screen (if the consent screen wants to implement such a feature). Defaults to false.",
267267
"showInDiscoveryDocument": "Show In Discovery Document",
268268
"showInDiscoveryDocument-tooltip": "Specifies whether this scope is shown in the discovery document. Defaults to true.",

src/Frontend/Jp.AdminUI/src/assets/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,4 +472,4 @@
472472
"sendEmail-tooltip": "SSO should send e-mail?"
473473
}
474474
}
475-
}
475+
}

0 commit comments

Comments
 (0)