revert: avoid change to translatable string

This commit is contained in:
barredterra
2025-01-17 14:34:44 +01:00
parent 1ccf30d97b
commit 20bb15167d

View File

@@ -279,7 +279,7 @@ class Project(Document):
url = get_link_to_form(self.doctype, self.name, label)
content = "<p>{}</p>".format(
_("You have been invited to collaborate on the project {0}.").format(url)
_("You have been invited to collaborate on the project: {0}").format(url)
)
for user in self.users: