mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 11:44:11 +00:00
revert: avoid change to translatable string
This commit is contained in:
@@ -345,7 +345,7 @@ class Project(Document):
|
|||||||
url = get_link_to_form(self.doctype, self.name, label)
|
url = get_link_to_form(self.doctype, self.name, label)
|
||||||
|
|
||||||
content = "<p>{}</p>".format(
|
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:
|
for user in self.users:
|
||||||
|
|||||||
Reference in New Issue
Block a user