mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-06 23:26:05 +02:00
Fix missing translation on read-only select
This commit is contained in:
@ -186,7 +186,7 @@ li {
|
|||||||
_readonlyRender(option : SelectOption) : TemplateResult
|
_readonlyRender(option : SelectOption) : TemplateResult
|
||||||
{
|
{
|
||||||
return html`
|
return html`
|
||||||
<li>${option.label}</li>
|
<li>${this.noLang ? option.label : this.egw().lang(option.label)}</li>
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user