Skip to content
Snippets Groups Projects
Commit 73140ec5 authored by Oleksandr Pozharskyi's avatar Oleksandr Pozharskyi Committed by Viktor Holovachek
Browse files

Issue #3500205: Fixed incorrect attributes description.

parent 8e874d1f
No related branches found
No related tags found
1 merge request!61Issue #3500205: Fixed incorrect attributes description.
Pipeline #405686 passed with warnings
......@@ -14,7 +14,7 @@ use Drupal\fapi_validation\Validator;
#[FapiValidationValidator(
id: 'alpha_numeric',
label: new TranslatableMarkup('Alpha Numeric'),
description: new TranslatableMarkup('Transform input value to alpha numerics.'),
description: new TranslatableMarkup('Validates input value on the correct alpha numeric pattern.'),
error_message: 'Use only alpha numerics characters at %field.',
)]
class AlphaNumericValidator implements FapiValidationValidatorsInterface {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment