Skip to content

Commit 23383d9

Browse files
committed
rebranded translation key
1 parent 367fa52 commit 23383d9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/bundle/Resources/public/js/scripts/fieldType/ibexa_gmap_location.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303

304304
if (validationResult.isError) {
305305
const errorMessage = Translator.trans(
306-
/* @Desc("Area below needs correction") */ 'ezmaplocation.create.message.error',
306+
/* @Desc("Area below needs correction") */ 'ibexa_maplocation.create.message.error',
307307
{},
308308
'ibexa_fieldtypes_edit',
309309
);

src/bundle/Resources/translations/ibexa_fieldtypes_edit.en.xliff

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
<note>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.</note>
77
</header>
88
<body>
9-
<trans-unit id="d10ad93186c93b5a79a7aa921eb874b7df716935" resname="ezmaplocation.create.message.error">
10-
<source>Area below needs correction</source>
11-
<target state="new">Area below needs correction</target>
12-
<note>key: ezmaplocation.create.message.error</note>
13-
</trans-unit>
149
<trans-unit id="032115e13a70f0a5ed81a88736d0d25e4f857224" resname="ibexa_image.dimensions.height">
1510
<source>H:%height% px</source>
1611
<target state="new">H:%height% px</target>
@@ -36,6 +31,11 @@
3631
<target state="new">The chosen asset has no image data available.</target>
3732
<note>key: ibexa_image_asset.empty_data.message.error</note>
3833
</trans-unit>
34+
<trans-unit id="8abe7c12c95d3e11bafd55e0e9f185b4a3d1ddd6" resname="ibexa_maplocation.create.message.error">
35+
<source>Area below needs correction</source>
36+
<target state="new">Area below needs correction</target>
37+
<note>key: ibexa_maplocation.create.message.error</note>
38+
</trans-unit>
3939
</body>
4040
</file>
4141
</xliff>

0 commit comments

Comments
 (0)