From 089a25fee78d9a7ef8794775384ceabcd6ccd326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernst=20W=C3=BCrger?= Date: Fri, 20 Sep 2024 16:10:50 +0200 Subject: [PATCH] fix(capella2polarion): Update logical-common.html.j2 --- .../logical-architecture/logical-common.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jinja/document_templates/logical-architecture/logical-common.html.j2 b/jinja/document_templates/logical-architecture/logical-common.html.j2 index 1fe4b8e..ec64b48 100644 --- a/jinja/document_templates/logical-architecture/logical-common.html.j2 +++ b/jinja/document_templates/logical-architecture/logical-common.html.j2 @@ -10,7 +10,7 @@ {% macro render_content(component, model, session) %} {{ heading(2, component.name, session)}} {{ heading(3, "Logical Component Context", session)}} - The figure below provides an overview of the logical subsystem and external entities that either require the functionality of {{ component.name }} (expect outputs) or enable it (provide inputs). The figure also identifies the interfaces between the subsystem and its environment. + The figure below provides an overview of the logical subsystem and external entities that either require the functionality of {{ component.name }} (expect outputs) or enable it (provide inputs). The figure also identifies the interfaces between the subsystem and its environment. {{ insert_work_item(component, session) }} {{ heading(3, "Logical interface partners of " + component.name, session) }}