Skip to content

Commit 28f2aef

Browse files
committed
Merge branch '4.4'
* 4.4: Fix typo in word invitation
2 parents a6de77d + d237c6f commit 28f2aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

translation/message_format.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@ the function name is ``select`` and its statement contains the "cases" of this
128128
select. This function is applied over the ``organizer_gender`` variable::
129129

130130
// prints "Ryan has invited you for his party!"
131-
echo $translator->trans('invition_title', [
131+
echo $translator->trans('invitation_title', [
132132
'organizer_name' => 'Ryan',
133133
'organizer_gender' => 'male',
134134
]);
135135

136136
// prints "John & Jane have invited you for their party!"
137-
echo $translator->trans('invition_title', [
137+
echo $translator->trans('invitation_title', [
138138
'organizer_name' => 'John & Jane',
139139
'organizer_gender' => 'not_applicable',
140140
]);

0 commit comments

Comments
 (0)