Merge pull request #1306 from basecamp/fix-postpones-copy

"Postpones" -> "Closes in"
This commit is contained in:
Jason Zimdars
2025-10-14 12:08:32 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ module EntropyHelper
{
daysBeforeReminder: card.entropy.days_before_reminder,
closesAt: card.entropy.auto_clean_at.iso8601,
action: "Postpones"
action: "Closes"
}
end
+1 -1
View File
@@ -22,7 +22,7 @@
</details>
<% if card.entropic? && card.open? %>
<div class="card-perma__closure-message">
Moves to "Not now" if no activity <%= local_datetime_tag(card.entropy.auto_clean_at, style: :indays) -%>.
Closes as “Not Now <%= local_datetime_tag(card.entropy.auto_clean_at, style: :indays) -%> if theres no activity.
</div>
<% end %>
<% end %>