diff --git a/vizro-core/docs/pages/user_guides/custom_charts.md b/vizro-core/docs/pages/user_guides/custom_charts.md index 4e8bca2f7..0c8219be6 100644 --- a/vizro-core/docs/pages/user_guides/custom_charts.md +++ b/vizro-core/docs/pages/user_guides/custom_charts.md @@ -157,6 +157,6 @@ The below examples shows a more involved use-case. We create and style a waterfa ???+ warning - Please note that Vizro is not responsible for any custom-created component or integration. - Ensure that your custom-created components or integrations do not leak any sensitive information or expose users - to any security threat before deploying your dashboards. + Please note that users of this package are responsible for the content of any custom-created component, + function or integration they write - especially with regard to leaking any sensitive information or exposing to + any security threat during implementation. diff --git a/vizro-core/docs/pages/user_guides/custom_components.md b/vizro-core/docs/pages/user_guides/custom_components.md index 38b31f09d..dc3fdc805 100644 --- a/vizro-core/docs/pages/user_guides/custom_components.md +++ b/vizro-core/docs/pages/user_guides/custom_components.md @@ -354,6 +354,6 @@ vm.Page.add_type("components", Jumbotron) ???+ warning - Please note that Vizro is not responsible for any custom-created component or integration. - Ensure that your custom-created components or integrations do not leak any sensitive information or expose users - to any security threat before deploying your dashboards. + Please note that users of this package are responsible for the content of any custom-created component, + function or integration they write - especially with regard to leaking any sensitive information or exposing to + any security threat during implementation. diff --git a/vizro-core/docs/pages/user_guides/integration.md b/vizro-core/docs/pages/user_guides/integration.md index 180daa9c1..c987f9091 100644 --- a/vizro-core/docs/pages/user_guides/integration.md +++ b/vizro-core/docs/pages/user_guides/integration.md @@ -50,6 +50,6 @@ register the datasets with [`kedro_datasets.pandas`](https://docs.kedro.org/en/s ???+ warning - Please note that Vizro is not responsible for any custom-created component or integration. - Ensure that your custom-created components or integrations do not leak any sensitive information or expose users - to any security threat before deploying your dashboards. + Please note that users of this package are responsible for the content of any custom-created component, + function or integration they write - especially with regard to leaking any sensitive information or exposing to + any security threat during implementation.