Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

Commit

Permalink
Specify the upper range for Email Text Length Limit field
Browse files Browse the repository at this point in the history
  • Loading branch information
TomashKhamlai committed Aug 19, 2019
1 parent 2bc471e commit a2c6268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/Wishlist/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</field>
<field id="text_limit" translate="label comment" type="text" sortOrder="4" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
<label>Email Text Length Limit</label>
<comment>255 by default</comment>
<comment>255 by default. Max - 10000</comment>
<validate>validate-digits validate-digits-range digits-range-1-10000</validate>
</field>
</group>
Expand Down
2 changes: 1 addition & 1 deletion app/code/Magento/Wishlist/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Back,Back
"Max Emails Allowed to be Sent","Max Emails Allowed to be Sent"
"10 by default. Max - 10000","10 by default. Max - 10000"
"Email Text Length Limit","Email Text Length Limit"
"255 by default","255 by default"
"255 by default. Max - 10000","255 by default. Max - 10000"
"General Options","General Options"
Enabled,Enabled
"My Wish List Link","My Wish List Link"
Expand Down

0 comments on commit a2c6268

Please sign in to comment.