diff --git a/pom.xml b/pom.xml
index 47cc43a..7723c8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
com.wse
qanary-explanation-service
- 3.8.0
+ 3.8.1
Qanary explanation service
Webservice for rule-based explanation of QA-Systems as well as specific components
diff --git a/src/main/resources/explanations/pipeline_component/en_prefix b/src/main/resources/explanations/pipeline_component/en_prefix
index abf0df3..fd8ab8b 100644
--- a/src/main/resources/explanations/pipeline_component/en_prefix
+++ b/src/main/resources/explanations/pipeline_component/en_prefix
@@ -1,4 +1,4 @@
-The pipeline component ${component} has received the question ${question} that is represented with the questionId "${questionId}". It executed the
+The pipeline component ${component} has received the question "${question}" that is represented with the questionId "${questionId}". It executed the
components ${components} on the knowledge graph "${graph}" with the following explanations:
${componentsAndExplanations}
\ No newline at end of file