mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Add missing column on email tag tooltip
This commit is contained in:
parent
26214a3aa3
commit
cb6f2ee808
@ -222,7 +222,7 @@ export class Et2EmailTag extends Et2Tag
|
||||
lname=${option.lname || nothing}
|
||||
fname=${option.fname || nothing}
|
||||
image=${option.photo || nothing}
|
||||
statustext="${this.egw().lang("Open existing contact") + option.n_fn}"
|
||||
statustext="${this.egw().lang("Open existing contact") + ": " + option.n_fn}"
|
||||
>
|
||||
</et2-lavatar>`;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user