mirror of
https://gitlab.com/chicken-riders/RcGcDb.git
synced 2025-02-23 00:54:09 +00:00
Fixed syntax error
This commit is contained in:
parent
df1643cd1d
commit
5370cdedc1
|
@ -632,7 +632,7 @@ async def embed_formatter(action, change, parsed_comment, categories, recent_cha
|
||||||
link = create_article_path(change["title"], WIKI_ARTICLE_PATH)
|
link = create_article_path(change["title"], WIKI_ARTICLE_PATH)
|
||||||
embed["title"] = _("Created account")
|
embed["title"] = _("Created account")
|
||||||
elif action == "newusers/create2":
|
elif action == "newusers/create2":
|
||||||
link = create_article_path(change["title"].replace(" ", "_ WIKI_ARTICLE_PATH)
|
link = create_article_path(change["title"], WIKI_ARTICLE_PATH)
|
||||||
embed["title"] = _("Created account {article}").format(article=change["title"])
|
embed["title"] = _("Created account {article}").format(article=change["title"])
|
||||||
elif action == "newusers/byemail":
|
elif action == "newusers/byemail":
|
||||||
link = create_article_path(change["title"], WIKI_ARTICLE_PATH)
|
link = create_article_path(change["title"], WIKI_ARTICLE_PATH)
|
||||||
|
|
Loading…
Reference in a new issue