diff --git a/docs/20-Requirement-management/templates/template-feature.md b/docs/20-Requirement-management/templates/template-feature.md
index 10257470538ae349b2d330955835a6ab0324192d..fef9576e5c9846a94be2f9087f869b41cc8d2b94 100644
--- a/docs/20-Requirement-management/templates/template-feature.md
+++ b/docs/20-Requirement-management/templates/template-feature.md
@@ -34,12 +34,23 @@
 
 e.g. #8 #2
 
-**User interface mock-up**
+**Feature Mockup**
 
 *Add a picture or a link here. The mock-up should be essentially related to the feature/functionality.*
 
-
-![](https://openclipart.org/image/300px/svg_to_png/247488/1461589195.png)
+```plantuml
+salt
+{
+  Just plain text
+  [This is my button]
+  ()  Unchecked radio
+  (X) Checked radio
+  []  Unchecked box
+  [X] Checked box
+  "Enter text here   "
+  ^This is a droplist^
+}
+```
 
 
 **possible acceptance criteria or test cases**