diff --git a/app/javascript/vue/protocol/container.vue b/app/javascript/vue/protocol/container.vue index 0d32a20f9..d03b02909 100644 --- a/app/javascript/vue/protocol/container.vue +++ b/app/javascript/vue/protocol/container.vue @@ -177,7 +177,7 @@
- {{ i18n.t("protocols.steps.add_step") }} + {{ i18n.t("protocols.steps.add_step") }}
- {{ i18n.t("protocols.steps.add_step") }} + {{ i18n.t("protocols.steps.add_step") }}
diff --git a/app/views/shared/navigation/_left.html.erb b/app/views/shared/navigation/_left.html.erb index 5c0cdd2ef..43b79bb42 100644 --- a/app/views/shared/navigation/_left.html.erb +++ b/app/views/shared/navigation/_left.html.erb @@ -13,7 +13,7 @@ <% if item[:submenu].any? %>
<% item[:submenu].each do |subitem| %> - <%= link_to subitem[:url], title: subitem[:name], class:"sci--layout--menu-item", data: { e2e: "e2e-BT-leftMenu-#{item[:name].downcase}-#{subitem[:name].downcase}", active: subitem[:active], disabled: current_user.teams.blank? } do %> + <%= link_to subitem[:url], title: subitem[:title] || subitem[:name], class:"sci--layout--menu-item", data: { e2e: "e2e-BT-leftMenu-#{item[:name].downcase}-#{subitem[:name].downcase}", active: subitem[:active], disabled: current_user.teams.blank? } do %> <%= subitem[:name].html_safe %> <% end %>