Skip to content

Commit

Permalink
Fix incorrect Custom Reports dialog label. Original PR #14537
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasBr authored and mattamon committed Mar 9, 2023
1 parent 82cca7f commit abdb17f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -159,7 +159,7 @@ pimcore.report.custom.panel = Class.create({
},

addField: function () {
Ext.MessageBox.prompt(' ', t('enter_the_name_of_the_new_item') + " (a-zA-Z-_)",
Ext.MessageBox.prompt(' ', t('enter_the_name_of_the_new_item') + ".<br>" + t("naming_requirements_3chars") + " (a-zA-Z0-9_-)",
this.addFieldComplete.bind(this), null, null, "");
},

Expand Down

0 comments on commit abdb17f

Please sign in to comment.