Skip to content

apps: Reuse "Search" row strings in the "no_search" row and add translator comments

When a Search Provider can be toggled, we show an AdwSwitchRow but when it can't (disabled) we show a normal row with the "Disable" suffix. This way we end up with two rows that are very similar and have the same title and subtitle.

Let's bind the title and subtitles of the "no_search" row to the "search" row as they are always expected to be identical.

See #2903 (closed)

Merge request reports