Skip to content

Commit

Permalink
Merge pull request #14735 from opf/feature/52456-rename-managed-folde…
Browse files Browse the repository at this point in the history
…r-status-heading-in-storage-form

[#52456] Rename "Managed folder status" heading in Storage form
  • Loading branch information
dominic-braeunlein committed Feb 7, 2024
2 parents a7d3216 + 3798757 commit 8fc95a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
@@ -1,5 +1,6 @@
<%= render(Primer::Box.new) do %>
<%= render(Primer::Beta::Heading.new(tag: :h4, mb: 2)) { I18n.t('storages.health.title') } %>
<%= render(Primer::Beta::Text.new(tag: :div, mb: 2, font_weight: :bold)) { I18n.t('storages.health.subtitle') } %>
<%= render(Primer::Box.new(py: 1)) do %>
<%= render(Primer::Beta::Text.new(test_selector: "storage-health-checked-at")) {
Expand Down
3 changes: 2 additions & 1 deletion modules/storages/config/locales/en.yml
Expand Up @@ -92,7 +92,8 @@ en:
label_healthy: Healthy
label_pending: Pending
since: since %{datetime}
title: Managed folders status
subtitle: Automatic managed project folders
title: Health status
help_texts:
project_folder: The project folder is the default folder for file uploads for this project. Users can nevertheless still upload files to other locations.
instructions:
Expand Down

0 comments on commit 8fc95a2

Please sign in to comment.