diff options
Diffstat (limited to 'app/Elements/NameRomanizedVariation.php')
| -rw-r--r-- | app/Elements/NameRomanizedVariation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Elements/NameRomanizedVariation.php b/app/Elements/NameRomanizedVariation.php index 00d9a316fe..26979df1a7 100644 --- a/app/Elements/NameRomanizedVariation.php +++ b/app/Elements/NameRomanizedVariation.php @@ -35,7 +35,7 @@ use function view; */ class NameRomanizedVariation extends AbstractElement { - protected const MAX_LENGTH = 120; + protected const MAXIMUM_LENGTH = 120; /** * An edit control for this data. |
