Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#52456] Rename "Managed folder status" heading in Storage form #14735

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -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