diff --git a/client/ayon_core/tools/push_to_project/models/integrate.py b/client/ayon_core/tools/push_to_project/models/integrate.py index 829d58d244..edec1f55c9 100644 --- a/client/ayon_core/tools/push_to_project/models/integrate.py +++ b/client/ayon_core/tools/push_to_project/models/integrate.py @@ -1401,7 +1401,7 @@ class ProjectPushItemProcess: f"/projects/{src_project_name}/products?{query}" ) description = ( - f"\n\nVersion copied from from {version_url} " + f"Version copied from from {version_url} " f"created by '{src_author}', " )