add kind to info

This commit is contained in:
Mads Rasmussen
2024-09-03 11:00:03 +02:00
parent 5212c59a16
commit a6c2fa7ccc
3 changed files with 6 additions and 0 deletions

View File

@@ -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',

View File

@@ -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.',

View File

@@ -42,6 +42,10 @@ export class UmbUserWorkspaceInfoElement extends UmbLitElement {
}
this._userInfo = [
{
labelKey: 'user_kind',
value: user.kind,
},
{
labelKey: 'user_lastLogin',
value: user.lastLoginDate