Update copy

This commit is contained in:
Jason Zimdars
2025-10-15 17:01:39 -05:00
parent 67aed4ad94
commit e3346fde08
2 changed files with 6 additions and 5 deletions
@@ -1,5 +1,6 @@
<div class="settings__panel settings__panel--entropy panel shadow center">
<h2 class="divider txt-large">Sink or Swim</h2>
<p class="margin-none-block-start">Choose default settings for this account. You can override them in individual collections.</p>
<h2 class="divider txt-large">Auto close</h2>
<p class="margin-none-block-start">This is the default setting for this account, you can override it in each collections.</p>
<p class="margin-none-block-start">Cards automatically close as “Not now” if there is no activity for…</p>
<%= render "entropy/auto_close", model: account.default_entropy_configuration, url: account_entropy_configuration_path %>
</div>
@@ -1,7 +1,7 @@
<%= turbo_frame_tag @collection, :entropy_configuration do %>
<div>
<h2 class="divider txt-large">Sink or Swim</h2>
<p class="margin-none-block-start">Cards automatically move to "Not now" after…</p>
<div class="margin-block-end">
<h2 class="divider txt-large">Auto close</h2>
<p class="margin-none-block-start">Cards automatically close as “Not now” if there is no activity for…</p>
<%= render "entropy/auto_close", model: collection, url: collection_entropy_configuration_path(collection) %>
</div>
<% end %>