From 004b6571f7a9a6d790780f70ac7213532bfe49b6 Mon Sep 17 00:00:00 2001
From: SylvainGuittard <sylvain.guittard@gmail.com>
Date: Fri, 30 Oct 2020 08:08:19 -0400
Subject: [PATCH 1/3] Fixed typo in translation

---
 src/bundle/Resources/translations/content_type.en.xliff | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bundle/Resources/translations/content_type.en.xliff b/src/bundle/Resources/translations/content_type.en.xliff
index 699766c747..360fd56eaf 100644
--- a/src/bundle/Resources/translations/content_type.en.xliff
+++ b/src/bundle/Resources/translations/content_type.en.xliff
@@ -52,8 +52,8 @@
         <note>key: content_type.content_type</note>
       </trans-unit>
       <trans-unit id="e7a6e28719e705ca85e715114370d15deee0cd59" resname="content_type.copy.error">
-        <source>Error occoured while copying the '%name%' Content Type.</source>
-        <target state="new">Error occoured while copying the '%name%' Content Type.</target>
+        <source>Error occured while copying the '%name%' Content Type.</source>
+        <target state="new">Error occured while copying the '%name%' Content Type.</target>
         <note>key: content_type.copy.error</note>
       </trans-unit>
       <trans-unit id="31674753c7d944af06b98387a96ce93f36f6adb4" resname="content_type.copy.success">

From 6e37a456d52e75d51ba94424b60355971b6dd8ab Mon Sep 17 00:00:00 2001
From: SylvainGuittard <sylvain.guittard@gmail.com>
Date: Fri, 30 Oct 2020 09:28:23 -0400
Subject: [PATCH 2/3] Update
 src/bundle/Resources/translations/content_type.en.xliff

Co-authored-by: DominikaK <dominika.kurek@ez.no>
---
 src/bundle/Resources/translations/content_type.en.xliff | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bundle/Resources/translations/content_type.en.xliff b/src/bundle/Resources/translations/content_type.en.xliff
index 360fd56eaf..611cd83f5f 100644
--- a/src/bundle/Resources/translations/content_type.en.xliff
+++ b/src/bundle/Resources/translations/content_type.en.xliff
@@ -52,8 +52,8 @@
         <note>key: content_type.content_type</note>
       </trans-unit>
       <trans-unit id="e7a6e28719e705ca85e715114370d15deee0cd59" resname="content_type.copy.error">
-        <source>Error occured while copying the '%name%' Content Type.</source>
-        <target state="new">Error occured while copying the '%name%' Content Type.</target>
+        <source>Error occurred while copying the '%name%' Content Type.</source>
+        <target state="new">Error occurred while copying the '%name%' Content Type.</target>
         <note>key: content_type.copy.error</note>
       </trans-unit>
       <trans-unit id="31674753c7d944af06b98387a96ce93f36f6adb4" resname="content_type.copy.success">

From 3387fc0bbfccc19b81d70b58f36a4cc42d6ad874 Mon Sep 17 00:00:00 2001
From: mikolaj <mikolaj.adamczyk@ez.no>
Date: Tue, 29 Dec 2020 12:05:04 +0100
Subject: [PATCH 3/3] Fixed translation message

---
 src/bundle/Resources/translations/content_type.en.xliff | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bundle/Resources/translations/content_type.en.xliff b/src/bundle/Resources/translations/content_type.en.xliff
index 611cd83f5f..72ddcf8619 100644
--- a/src/bundle/Resources/translations/content_type.en.xliff
+++ b/src/bundle/Resources/translations/content_type.en.xliff
@@ -52,8 +52,8 @@
         <note>key: content_type.content_type</note>
       </trans-unit>
       <trans-unit id="e7a6e28719e705ca85e715114370d15deee0cd59" resname="content_type.copy.error">
-        <source>Error occurred while copying the '%name%' Content Type.</source>
-        <target state="new">Error occurred while copying the '%name%' Content Type.</target>
+        <source>Content Type '%name%' cannot be copied.</source>
+        <target state="new">Content Type '%name%' cannot be copied.</target>
         <note>key: content_type.copy.error</note>
       </trans-unit>
       <trans-unit id="31674753c7d944af06b98387a96ce93f36f6adb4" resname="content_type.copy.success">