diff --git a/app/components/admin/attachments_settings_header_component.html.erb b/app/components/admin/attachments_settings_header_component.html.erb index d3ed6cdb3801..52ccc429b460 100644 --- a/app/components/admin/attachments_settings_header_component.html.erb +++ b/app/components/admin/attachments_settings_header_component.html.erb @@ -30,10 +30,10 @@ See COPYRIGHT and LICENSE files for more details. <% helpers.html_title t(:label_administration), @title %> <%= render(Primer::OpenProject::PageHeader.new(border_bottom: 0)) do |header| %> - <% header.with_title { @title } %> + <% header.with_title { t(:"attributes.attachments") } %> <% header.with_breadcrumbs([{ href: admin_index_path, text: t("label_administration") }, { href: admin_settings_storages_path, text: t("project_module_storages") }, - @title]) %> + t(:"attributes.attachments")]) %> <% end %> <%= render(Primer::Alpha::TabNav.new(label: "label")) do |component| diff --git a/config/locales/js-en.yml b/config/locales/js-en.yml index e059c4d1c234..22784273566f 100644 --- a/config/locales/js-en.yml +++ b/config/locales/js-en.yml @@ -399,7 +399,6 @@ en: # Otherwise, e.g. chinese might still have the translations for 10.0 in the 12.0 release. "14_1": standard: - learn_about_link: https://www.openproject.org/docs/release-notes/14-1-0/ new_features_html: > The release contains various new features and improvements: