Browse Source

Fix typo

pull/3850/head
Halil İbrahim Kalkan 6 years ago
parent
commit
cd9b14f192
  1. 2
      npm/ng-packs/packages/theme-basic/src/lib/theme-basic.module.ts

2
npm/ng-packs/packages/theme-basic/src/lib/theme-basic.module.ts

@ -28,7 +28,7 @@ export const LAYOUTS = [ApplicationLayoutComponent, AccountLayoutComponent, Empt
email: 'AbpAccount::ThisFieldIsNotAValidEmailAddress.',
max: 'AbpAccount::ThisFieldMustBeBetween{0}And{1}[{{ min }},{{ max }}]',
maxlength:
'AbpAccount::ThisFieldMustBeAStringOrArrayTypeWithAMaximumLengthoOf{0}[{{ requiredLength }}]',
'AbpAccount::ThisFieldMustBeAStringOrArrayTypeWithAMaximumLengthOf{0}[{{ requiredLength }}]',
min: 'AbpAccount::ThisFieldMustBeBetween{0}And{1}[{{ min }},{{ max }}]',
minlength:
'AbpAccount::ThisFieldMustBeAStringOrArrayTypeWithAMinimumLengthOf{0}[{{ requiredLength }}]',

Loading…
Cancel
Save