Skip to content

Commit

Permalink
IBX-6415: Renamed domain names (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikadamczyk authored Sep 5, 2023
1 parent 4317309 commit d5b6525
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body>
<trans-unit id="c4d6ec2588a701ed1c113080b07918e3452b628b" resname="ezcontentquery.name">
<source>Content query</source>
<target>Content query</target>
<target state="new">Content query</target>
<note>key: ezcontentquery.name</note>
</trans-unit>
</body>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% trans_default_domain "fielddefinition" %}
{% trans_default_domain 'ibexa_fielddefinition' %}

{% block ezcontentquery_settings %}
<li class="ibexa-fielddefinition-setting query-type">
Expand Down
2 changes: 1 addition & 1 deletion src/lib/FieldType/Query/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public function validateFieldSettings($fieldSettings)
public static function getTranslationMessages(): array
{
return [
Message::create('ezcontentquery.name', 'fieldtypes')->setDesc('Content query'),
Message::create('ezcontentquery.name', 'ibexa_fieldtypes')->setDesc('Content query'),
];
}
}
Expand Down

0 comments on commit d5b6525

Please sign in to comment.