Skip to content

Commit 11d5744

Browse files
authored
Merge pull request #37 from cidilabs/updateTextLimitSize
updating text limit size to be consistent with frontend
2 parents 79a096a + 5f80c18 commit 11d5744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rule/BaseRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class BaseRule implements PhpAllyRuleInterface {
1818
protected $lang;
1919
protected $strings = array('en' => '');
2020

21-
const ALT_TEXT_LENGTH_LIMIT = 125;
21+
const ALT_TEXT_LENGTH_LIMIT = 150;
2222
const DOC_LENGTH = 1500;
2323
const MAX_WORD_COUNT = 3000;
2424

0 commit comments

Comments
 (0)