diff --git a/app/views/account/settings/_entropy_configuration.html.erb b/app/views/account/settings/_entropy_configuration.html.erb index 326ffa193..910e10c5f 100644 --- a/app/views/account/settings/_entropy_configuration.html.erb +++ b/app/views/account/settings/_entropy_configuration.html.erb @@ -1,5 +1,6 @@
-

Sink or Swim

-

Choose default settings for this account. You can override them in individual collections.

+

Auto close

+

This is the default setting for this account, you can override it in each collections.

+

Cards automatically close as “Not now” if there is no activity for…

<%= render "entropy/auto_close", model: account.default_entropy_configuration, url: account_entropy_configuration_path %>
diff --git a/app/views/collections/edit/_auto_close.html.erb b/app/views/collections/edit/_auto_close.html.erb index fc52995a6..7f4e8295e 100644 --- a/app/views/collections/edit/_auto_close.html.erb +++ b/app/views/collections/edit/_auto_close.html.erb @@ -1,7 +1,7 @@ <%= turbo_frame_tag @collection, :entropy_configuration do %> -
-

Sink or Swim

-

Cards automatically move to "Not now" after…

+
+

Auto close

+

Cards automatically close as “Not now” if there is no activity for…

<%= render "entropy/auto_close", model: collection, url: collection_entropy_configuration_path(collection) %>
<% end %>