Hello
The label for the “Search” button is being displayed as “Refresh”. How do I change it to Search on all screens?
Hello
The label for the “Search” button is being displayed as “Refresh”. How do I change it to Search on all screens?
Hello Venkatesh!
This caption is shown because the Filter works in applyImmediately mode.
There are two options how to change this caption:
Change behavior in the filter applyImmediately="false"
or change it for all filters in the app: add to the web-app.properties cuba.gui.genericFilterApplyImmediately = false.
Or add to the main message pack in the web module: filter.searchBtn.applyImmediately.caption=My search caption
Thank you. Second option helped.