mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09: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
|
|
@ -40,7 +40,7 @@ export class IdentityModel extends EmailModel /*AbstractModel*/ {
|
|||
/**
|
||||
* @returns {string}
|
||||
*/
|
||||
formattedName() {
|
||||
toString() {
|
||||
const name = this.name,
|
||||
email = this.email,
|
||||
label = this.label();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue