diff --git a/src/app/profiles/profiles.component.html b/src/app/profiles/profiles.component.html index ee73b88cb..e55b019e3 100644 --- a/src/app/profiles/profiles.component.html +++ b/src/app/profiles/profiles.component.html @@ -17,7 +17,7 @@

Default Identity

[selectedProfile] = profileService.composeProfile >
-

Select the email you want to use as your Default Identity:

+

Select the identity you want to use as your Default Identity:


diff --git a/src/app/profiles/profiles.editor.modal.html b/src/app/profiles/profiles.editor.modal.html index 9b280aa8a..013e90c99 100644 --- a/src/app/profiles/profiles.editor.modal.html +++ b/src/app/profiles/profiles.editor.modal.html @@ -1,15 +1,15 @@ - Create profile - Edit profile: {{identity.name}} + Create identity + Edit identity: {{identity.name}}
- Username Identity + Account Username
- Alias + Email Alias
Default Identity diff --git a/src/app/profiles/profiles.lister.html b/src/app/profiles/profiles.lister.html index dd028e4d4..a64ef1e05 100644 --- a/src/app/profiles/profiles.lister.html +++ b/src/app/profiles/profiles.lister.html @@ -5,17 +5,14 @@ - -

Username Identity

+ +

Account Username

- Email: + Email Address: - {{item.email}} - - - + {{item.email}} From Name: @@ -48,7 +45,7 @@

Username Identity

- +
diff --git a/src/app/profiles/profiles.lister.scss b/src/app/profiles/profiles.lister.scss index 9a82154cb..c6e682435 100644 --- a/src/app/profiles/profiles.lister.scss +++ b/src/app/profiles/profiles.lister.scss @@ -17,6 +17,9 @@ background-image: url(/_img/avatar.svg); background-size: cover; } +.mat-card { + padding: 20px; +} .mat_header { align-items: center; } @@ -47,3 +50,6 @@ height: 50px; } } +.heading { + font-weight: bold; +}