mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Rename Identity.formattedName to Identity.toString
This commit is contained in:
parent
64e780e500
commit
1b4bf3b8c3
4 changed files with 6 additions and 6 deletions
|
|
@ -122,7 +122,7 @@ export class UserSettingsGeneral extends AbstractViewSettings {
|
|||
|
||||
identityMainDesc: () => {
|
||||
const identity = IdentityUserStore.main();
|
||||
return identity ? identity.formattedName() : '---';
|
||||
return identity ? identity.toString() : '---';
|
||||
},
|
||||
|
||||
editorDefaultTypes: () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue