diff --git a/apps/emqx_dashboard/src/emqx_dashboard_schema.erl b/apps/emqx_dashboard/src/emqx_dashboard_schema.erl index 16328716a..3cd2cd195 100644 --- a/apps/emqx_dashboard/src/emqx_dashboard_schema.erl +++ b/apps/emqx_dashboard/src/emqx_dashboard_schema.erl @@ -41,7 +41,7 @@ but use the same port."})} , {sample_interval, sc(emqx_schema:duration_s(), #{ default => "10s" , desc => "How often to update metrics displayed in the dashboard.
" - "Note: `sample_interval` should be divisible by 60." + "Note: `sample_interval` should be a divisor of 60." })} , {token_expired_time, sc(emqx_schema:duration(), #{ default => "30m"