Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9cca07c

Browse files
committed
Fix validator messages interpolation
1 parent 5c9f2ee commit 9cca07c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎full/schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module.exports = {
7676
styleClasses: "half-width",
7777
validator: validators.string.locale({
7878
fieldIsRequired: "The password is required!",
79-
textTooSmall: "Password must be at least {1} characters"
79+
textTooSmall: "Password must be at least {1} characters!"
8080
})
8181
}, {
8282
type: "input",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /