We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0404df0 commit 7c05c6dCopy full SHA for 7c05c6d
src/bundle/Resources/public/ts/validators/IsEmptyStringValidator.ts
@@ -2,7 +2,7 @@ import BaseValidator from './BaseValidator';
2
3
export default class IsEmptyStringValidator extends BaseValidator {
4
getErrorMessage(): string {
5
- return /*@Desc("This field cannot be empty.")*/ 'ibexa.validators.is_empty_string';
+ return /*@Desc("This field cannot be empty.")*/ 'ibexa.validators.is_empty_string'; // TODO: Use translation service when available
6
}
7
8
validate(value: string): boolean {
0 commit comments