From 93e3847e36ee865580d707aeb3fa3640a32145f6 Mon Sep 17 00:00:00 2001 From: barredterra <14891507+barredterra@users.noreply.github.com> Date: Fri, 17 Jan 2025 14:34:44 +0100 Subject: [PATCH] revert: avoid change to translatable string --- erpnext/projects/doctype/project/project.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/projects/doctype/project/project.py b/erpnext/projects/doctype/project/project.py index ffef99379fd..5253cd0eae5 100644 --- a/erpnext/projects/doctype/project/project.py +++ b/erpnext/projects/doctype/project/project.py @@ -345,7 +345,7 @@ class Project(Document): url = get_link_to_form(self.doctype, self.name, label) content = "
{}
".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: