Search Button label shows as Refresh

Hello

The label for the “Search” button is being displayed as “Refresh”. How do I change it to Search on all screens?

image

1 Like

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

1 Like

Thank you. Second option helped.