---
Hi singpolyma,
This patch updates the user message so that it is clear what the user should input exactly.
I accidentally was entering Negative. I was also wondering if -2, -3, etc was allowed.
This patch should disambiguate what the user is expected to input.
What do you think?
all best,
jgart
forms/configure_calls.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/forms/configure_calls.rb b/forms/configure_calls.rb
index b225d71..3c0eeab 100644
--- a/forms/configure_calls.rb
+++ b/forms/configure_calls.rb
@@ -14,7 +14,7 @@ if @customer.fwd.voicemail_enabled?
type: "text-single",
datatype: "xs:integer",
label: "Seconds to ring before voicemail",
- description: "One ring is ~5 seconds. Negative means ring forever.",
+ description: "One ring is ~5 seconds. -1 means ring forever.",
value: @customer.fwd.timeout.to_i.to_s
)
--
2.41.0