diff --git a/src/bundle/Resources/translations/fieldtypes.en.xliff b/src/bundle/Resources/translations/ibexa_fieldtypes.en.xliff
similarity index 100%
rename from src/bundle/Resources/translations/fieldtypes.en.xliff
rename to src/bundle/Resources/translations/ibexa_fieldtypes.en.xliff
diff --git a/src/bundle/Resources/translations/matrix_fieldtype.en.xliff b/src/bundle/Resources/translations/ibexa_matrix_fieldtype.en.xliff
similarity index 85%
rename from src/bundle/Resources/translations/matrix_fieldtype.en.xliff
rename to src/bundle/Resources/translations/ibexa_matrix_fieldtype.en.xliff
index b4a73d7..4080e19 100644
--- a/src/bundle/Resources/translations/matrix_fieldtype.en.xliff
+++ b/src/bundle/Resources/translations/ibexa_matrix_fieldtype.en.xliff
@@ -16,6 +16,16 @@
Delete
key: ezmatrix.remove
+
+
+ Add
+ key: field.column.add_new
+
+
+
+ Delete
+ key: field.column.delete
+
Identifier
diff --git a/src/bundle/Resources/translations/messages.en.xliff b/src/bundle/Resources/translations/messages.en.xliff
deleted file mode 100644
index 19228d5..0000000
--- a/src/bundle/Resources/translations/messages.en.xliff
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-
-
-
- The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message.
-
-
-
-
- Add
- key: field.column.add_new
-
-
-
- Delete
- key: field.column.delete
-
-
-
-
diff --git a/src/bundle/Resources/views/themes/admin/matrix_fieldtype/content_edit_form_fields.html.twig b/src/bundle/Resources/views/themes/admin/matrix_fieldtype/content_edit_form_fields.html.twig
index ce3f69b..aa3d7a4 100644
--- a/src/bundle/Resources/views/themes/admin/matrix_fieldtype/content_edit_form_fields.html.twig
+++ b/src/bundle/Resources/views/themes/admin/matrix_fieldtype/content_edit_form_fields.html.twig
@@ -1,4 +1,4 @@
-{% trans_default_domain 'matrix_fieldtype' %}
+{% trans_default_domain 'ibexa_matrix_fieldtype' %}
{% block ezplatform_fieldtype_ezmatrix_widget %}
{% set readonly = attr.readonly|default(false) %}
@@ -29,7 +29,7 @@
} %}
{% block header %}
{% embed '@ibexadesign/ui/component/table/table_header.html.twig' %}
- {% trans_default_domain 'matrix_fieldtype' %}
+ {% trans_default_domain 'ibexa_matrix_fieldtype' %}
{% block actions %}