From 4f3050293ca90576a9d7ec7a4fa40f1fdb4febf2 Mon Sep 17 00:00:00 2001 From: Roman <412021+romank@users.noreply.github.com> Date: Tue, 18 Nov 2025 14:00:11 +0100 Subject: [PATCH] Update 8_enable_account_registration.md Escape quote --- .../beginner_tutorial/8_enable_account_registration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/beginner_tutorial/8_enable_account_registration.md b/docs/tutorials/beginner_tutorial/8_enable_account_registration.md index 9f69bc69c9..1c17a7c795 100644 --- a/docs/tutorials/beginner_tutorial/8_enable_account_registration.md +++ b/docs/tutorials/beginner_tutorial/8_enable_account_registration.md @@ -143,7 +143,7 @@ Then create the `templates/user/registration_confirmation.html.twig` template:

{{ 'Registration completed'|trans }}

- {{ 'You're all set up and ready to go'|trans }} + {{ 'You\'re all set up and ready to go'|trans }}