|
@@ -38296,6 +38296,9 @@ define(['exports'], function (exports) { 'use strict';
|
|
|
window['viewTranslate'](config, config.title, "title");
|
|
|
window['viewTranslate'](config, config.header, "header");
|
|
|
window['viewTranslate'](config, config.fieldLabel, "fieldLabel");
|
|
|
+ window['viewTranslate'](config, config.label, "label");
|
|
|
+ window['viewTranslate'](config, config.boxLabel, "boxLabel");
|
|
|
+ window['viewTranslate'](config, config.html, "html");
|
|
|
window['viewTranslate'](config, config.emptyText, "emptyText");
|
|
|
}
|
|
|
}
|