From 5430ba84240e46c61c6cfb4586088bdb88c82aaf Mon Sep 17 00:00:00 2001 From: Alexandr Romanenko Date: Tue, 5 Oct 2021 15:46:39 +0300 Subject: [PATCH] Update src/DashHtmlComponents.jl Co-authored-by: Alex Johnson --- src/DashHtmlComponents.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DashHtmlComponents.jl b/src/DashHtmlComponents.jl index 54a160e9..585623a6 100644 --- a/src/DashHtmlComponents.jl +++ b/src/DashHtmlComponents.jl @@ -1,5 +1,5 @@ module DashHtmlComponents function __init__() - @warn "`using DashHtmlComponents` is deprecated, all DashHtmlComponents functions have been moved to Dash package. Use `using Dash` instead" + @warn "The `DashHtmlComponents` package is deprecated. All DashHtmlComponents functions have been moved to the Dash package. Please switch to `using Dash` instead." end end \ No newline at end of file