Skip to content

Commit

Permalink
Fix browser tabs for My/All Tasks text display in runtime language
Browse files Browse the repository at this point in the history
  • Loading branch information
GregP committed Aug 13, 2019
1 parent 72b68f4 commit 7890015
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/helpers/application_helper/title.rb
Expand Up @@ -90,6 +90,10 @@ def title_from_layout(layout)
_("Virtual Machines")
when "vm_or_template"
_("Workloads")
when "all_tasks"
_("All Tasks")
when "my_tasks"
_("My Tasks")

# Specific titles for groups of layouts
when /^miq_ae_/
Expand Down

0 comments on commit 7890015

Please sign in to comment.