mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
Do not translate category names
This commit is contained in:
@@ -58,6 +58,8 @@ export class Et2SelectCategory extends Et2StaticSelectMixin(Et2Select)
|
||||
constructor()
|
||||
{
|
||||
super();
|
||||
// we should not translate categories name
|
||||
this.noLang = true;
|
||||
}
|
||||
|
||||
async connectedCallback()
|
||||
|
Reference in New Issue
Block a user