We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956451d commit 594fc41Copy full SHA for 594fc41
1 file changed
app/backend/src/couchers/email/blocks.py
@@ -51,7 +51,7 @@ def _body_builder(
51
default_closing: bool = True,
52
security_warning: bool = False,
53
) -> EmailBlocksBuilder:
54
- builder = EmailBlocksBuilder(locale=loc_context.locale_list, string_key_base=self.string_key_base)
+ builder = EmailBlocksBuilder(locales=loc_context.locale_list, string_key_base=self.string_key_base)
55
if default_greeting:
56
builder.para("generic.greeting_line", {"name": self.user_name})
57
if security_warning:
0 commit comments