Skip to content

Commit 060ca1a

Browse files
committed
Changed maplocation validation message
1 parent 34c84e2 commit 060ca1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/bundle/Resources/public/js/scripts/fieldType/ezgmaplocation.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 above needs correction") */ 'ezmaplocation.create.message.error',
307307
{},
308308
'ibexa_fieldtypes_edit',
309309
);

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
<note>key: ezimageasset.empty_data.message.error</note>
3333
</trans-unit>
3434
<trans-unit id="d10ad93186c93b5a79a7aa921eb874b7df716935" resname="ezmaplocation.create.message.error">
35-
<source>Area below needs correction</source>
36-
<target state="new">Area below needs correction</target>
35+
<source>Area above needs correction</source>
36+
<target state="new">Area above needs correction</target>
3737
<note>key: ezmaplocation.create.message.error</note>
3838
</trans-unit>
3939
</body>

0 commit comments

Comments
 (0)