From 414ce36f9b7d246ccb9837cf74b6e8fdd16eeb8a Mon Sep 17 00:00:00 2001 From: Jason Fried Date: Sat, 18 Oct 2025 10:28:27 -0700 Subject: [PATCH] Board, not collection. --- app/views/account/settings/_entropy_configuration.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/account/settings/_entropy_configuration.html.erb b/app/views/account/settings/_entropy_configuration.html.erb index 88dd539b2..fb96fe67f 100644 --- a/app/views/account/settings/_entropy_configuration.html.erb +++ b/app/views/account/settings/_entropy_configuration.html.erb @@ -1,5 +1,5 @@

Auto close

-

Fizzy doesn’t let stale cards stick around forever. Cards automatically close as “Not now” without activity for specific period of time. This is the default, global setting — you can override it in each collection.

+

Fizzy doesn’t let stale cards stick around forever. Cards automatically close as “Not Now” without activity for specific period of time. This is the default, global setting — you can override it on each Board.

<%= render "entropy/auto_close", model: account.default_entropy_configuration, url: account_entropy_configuration_path %>