Rename Identity.formattedName to Identity.toString

This commit is contained in:
the-djmaze
2024-10-28 12:01:59 +01:00
parent 64e780e500
commit 1b4bf3b8c3
4 changed files with 6 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ export class IdentityModel extends EmailModel /*AbstractModel*/ {
/**
* @returns {string}
*/
formattedName() {
toString() {
const name = this.name,
email = this.email,
label = this.label();