Skip to content

Commit

Permalink
Tweak title text
Browse files Browse the repository at this point in the history
  • Loading branch information
alhafoudh committed Dec 11, 2023
1 parent 473af6d commit 914d2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/message_threads_bulk_actions_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def initialize(ids: nil, filter: nil, query: nil)
def title
return t(:selected_message, count: @ids.count) if @ids.present?
return "Správy z filtra '#{@filter.name}'" if @filter.present?
return "Správy vyhovujúce hľadanému výrazu '#{@query}'" if @query.present?
return "Hľadaný výraz '#{@query}'" if @query.present?

"Správy v schránke"
end
Expand Down

0 comments on commit 914d2fb

Please sign in to comment.