From fca038298bd621b9b53311614ca7a1c8cd788aa6 Mon Sep 17 00:00:00 2001
From: Julian Keck <julian.keck9@kit.edu>
Date: Thu, 25 Apr 2024 13:39:48 +0200
Subject: [PATCH] UPD reword patch request confirmation

---
 templates/patch_request_confirm_template.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/patch_request_confirm_template.j2 b/templates/patch_request_confirm_template.j2
index b7d5ba5..d3cd463 100644
--- a/templates/patch_request_confirm_template.j2
+++ b/templates/patch_request_confirm_template.j2
@@ -22,7 +22,7 @@
         <b>New insert:</b> {{ action['new_insert_type'] }}<br>
         {% endif %}
         {% if action['new_insert_assignment'] is defined and (action['new_insert_assignment'] | length > 0) %}
-        <b>BCD-assignment:</b> the following BCDs should be assigned to the new insert. Port names are only estimated, you might need to adjust them:<br>
+        <b>BCD-assignment:</b> the following BCDs should be assigned to the new insert. (Port names are only estimated, they might change slightly):<br>
         <ul>
             {% for assignment in action['new_insert_assignment'] %}
                 <li>{{ assignment['port_name'] }}: {{ assignment['bcd_name'] }} ({% if not assignment['bcd_tagged'] %}un{% endif %}tagged)</li>
-- 
GitLab