Skip to content

Commit 2af19e8

Browse files
romankmnocon
authored andcommitted
Update 8_enable_account_registration.md (#2952)
Escape quote
1 parent 280b116 commit 2af19e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/beginner_tutorial/8_enable_account_registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Then create the `templates/user/registration_confirmation.html.twig` template:
143143
<h2>{{ 'Registration completed'|trans }}</h2>
144144
145145
<div class="row confirmation-label">
146-
{{ 'You're all set up and ready to go'|trans }}
146+
{{ 'You\'re all set up and ready to go'|trans }}
147147
</div>
148148
149149
<div class="row">

0 commit comments

Comments
 (0)