nuxeo-page-provider-display-behavior.html contains this line
this._computedEmptyLabel = this.emptyLabel;
whereas it should use i18n capabilities to have it translated.
Probably the same issue with
this.emptyLabelWhenFiltered : this.emptyLabel;
- duplicates
-
ELEMENTS-975 Selectivity embedded strings should be translatable
- Resolved