From 8ae373bd2f4e0db01b9351be0cea48350ab3666e Mon Sep 17 00:00:00 2001 From: StrykeSlammerII Date: Sat, 4 May 2024 21:59:25 -0400 Subject: [PATCH] Edit paragraph for readability --- pages/18.advanced/07.alert-stream/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/18.advanced/07.alert-stream/docs.md b/pages/18.advanced/07.alert-stream/docs.md index be822607..8a3c08f5 100644 --- a/pages/18.advanced/07.alert-stream/docs.md +++ b/pages/18.advanced/07.alert-stream/docs.md @@ -91,7 +91,7 @@ Alternatively, you may choose to store alerts in the [user cache](/advanced/cach In your client-side code, alerts are primarily handled by the `ufAlerts` jQuery plugin. The `/core/assets/userfrosting/js/uf-init.js` Javascript asset, which is loaded as part of the `js/main` [asset bundle](/asset-management/asset-bundles), will look for an element with an `id` of `alerts-page` and automatically fetch and render any alerts into this element when a page is first loaded. -A `div` element with `id="alerts-page"` is already included in the Admin-LTE sprinkle via the `/pages/abstract/default.html.twig` template and in the Admin sprinkle via the `/pages/abstract/base.html.twig` template. Any pages that extend one of these templates will already have this included. For pages that do not extend either template, you will need to include the following wherever you want alerts to appear: +The `/pages/abstract/default.html.twig` template in the Admin-LTE sprinkle and the `/pages/abstract/base.html.twig` template in the Admin sprinkle both contain a `div` element with `id="alerts-page"`. For pages that do not extend either template, you will need to include the following wherever you want alerts to appear: ```html