fix: Incorrect translation syntax
This commit is contained in:
@@ -143,5 +143,5 @@ def insert_record(records):
|
||||
|
||||
def welcome_email():
|
||||
site_name = get_default_company()
|
||||
title = _("Welcome to {0}".format(site_name))
|
||||
title = _("Welcome to {0}").format(site_name)
|
||||
return title
|
||||
|
||||
Reference in New Issue
Block a user