Hi,
There is an error in the translation.
Global/Labels => "Save Filter"
Now,in CRMCD01\client\src\views\modals\save-filters.js line 56:
this.headerText = this.translate('Save Filters');
The translation is therefore not done. You have to remove the s in CRMCD01\client\src\views\modals\save-filters.js
There is an error in the translation.
Global/Labels => "Save Filter"
Now,in CRMCD01\client\src\views\modals\save-filters.js line 56:
this.headerText = this.translate('Save Filters');
The translation is therefore not done. You have to remove the s in CRMCD01\client\src\views\modals\save-filters.js
Comment