Skip to content

Commit 594fc41

Browse files
Fix bad merge
1 parent 956451d commit 594fc41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/backend/src/couchers/email/blocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def _body_builder(
5151
default_closing: bool = True,
5252
security_warning: bool = False,
5353
) -> EmailBlocksBuilder:
54-
builder = EmailBlocksBuilder(locale=loc_context.locale_list, string_key_base=self.string_key_base)
54+
builder = EmailBlocksBuilder(locales=loc_context.locale_list, string_key_base=self.string_key_base)
5555
if default_greeting:
5656
builder.para("generic.greeting_line", {"name": self.user_name})
5757
if security_warning:

0 commit comments

Comments
 (0)