✏️(email) change the quotation marks around role

The quotation marks around role have been changed
to the wrong ones. This commit fixes this issue.
This commit is contained in:
Anthony LC
2024-12-17 17:15:30 +01:00
committed by Anthony LC
parent 1af2ad0ec4
commit d842800df3
10 changed files with 18 additions and 18 deletions

View File

@@ -594,7 +594,7 @@ class Document(BaseModel):
name=sender_name
),
"message": _(
"{name} invited you with the role ``{role}`` on the following document:"
'{name} invited you with the role "{role}" on the following document:'
).format(name=sender_name_email, role=role.lower()),
}
subject = _("{name} shared a document with you: {title}").format(