diff --git a/docs/en/docs/configuration.md b/docs/en/docs/configuration.md index 4a649aa13..91c3ff1b2 100644 --- a/docs/en/docs/configuration.md +++ b/docs/en/docs/configuration.md @@ -169,7 +169,7 @@ To change some templates, it is unnecessary to publish the entire package; you c Backend pages are created using [Blade](https://laravel.com/docs/blade). You can change these using Laravel's template override mechanism (this is the same for all packages, not just Orchid); -> ⚠️ **Warning.** Overridden templates do not receive updates or bug fixes. Think of this as turning off the autopilot. +> 🚨 **Alert!** Overridden templates do not receive updates or bug fixes. Think of this as turning off the autopilot. Following Laravel's mechanism for overriding templates from packages is to create the `/resources/views/vendor/platform/` directory in your application and create new templates with the same path as the original templates.