mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix missing translation on read-only select
This commit is contained in:
parent
fcb522853e
commit
4e5f68f97c
@ -186,7 +186,7 @@ li {
|
||||
_readonlyRender(option : SelectOption) : TemplateResult
|
||||
{
|
||||
return html`
|
||||
<li>${option.label}</li>
|
||||
<li>${this.noLang ? option.label : this.egw().lang(option.label)}</li>
|
||||
`;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user