add kind to info
This commit is contained in:
@@ -1857,6 +1857,7 @@ export default {
|
||||
inviteAnotherUser: 'Invitér anden bruger',
|
||||
inviteUserHelp:
|
||||
'Invitér nye brugere til at give dem adgang til Umbraco. En invitation vil blive sendt\n via e-mail til brugeren med oplysninger om, hvordan man logger ind i Umbraco.\n ',
|
||||
kind: 'Slags',
|
||||
language: 'Sprog',
|
||||
languageHelp: 'Indstil det sprog, du vil se i menuer og dialoger',
|
||||
lastLockoutDate: 'Senest låst ude',
|
||||
|
||||
@@ -1849,6 +1849,7 @@ export default {
|
||||
? 'The email address is used for notifications, password recovery, and as the username for logging in'
|
||||
: 'The email address is used for notifications and password recovery';
|
||||
},
|
||||
kind: 'Kind',
|
||||
newPassword: 'New password',
|
||||
newPasswordFormatLengthTip: 'Minimum %0% character(s) to go!',
|
||||
newPasswordFormatNonAlphaTip: 'There should be at least %0% special character(s) in there.',
|
||||
|
||||
@@ -42,6 +42,10 @@ export class UmbUserWorkspaceInfoElement extends UmbLitElement {
|
||||
}
|
||||
|
||||
this._userInfo = [
|
||||
{
|
||||
labelKey: 'user_kind',
|
||||
value: user.kind,
|
||||
},
|
||||
{
|
||||
labelKey: 'user_lastLogin',
|
||||
value: user.lastLoginDate
|
||||
|
||||
Reference in New Issue
Block a user