Skip to content

Commit

Permalink
[#57603] fixed html title in project storage selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Kharonus committed Sep 2, 2024
1 parent 67e0b13 commit be3f96a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ See COPYRIGHT and LICENSE files for more details.
++#%>

<% html_title t(:label_administration), t("project_module_storages"), t('label_edit_x', x: @storage.name) %>
<% html_title t(:label_administration), t(:project_module_storages), t(:label_edit_x, x: @storage.name) %>

<%= render(Storages::Admin::EditFormHeaderComponent.new(
storage: @storage,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ See COPYRIGHT and LICENSE files for more details.
++#%>

<% html_title t(:label_administration), t(:project_module_storages), t(:label_project_mappings) %>

<%= render(Storages::Admin::EditFormHeaderComponent.new(storage: @storage, selected: :project_storages)) %>

<%=
Expand Down

0 comments on commit be3f96a

Please sign in to comment.