Update copy
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user