mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-22 10:20:11 +00:00
Updated Appearance (markdown)
parent
022a389175
commit
abed003fa3
@ -11,7 +11,7 @@ support for custom HTML is a bit rudimentary. One can specify a path to a folder
|
|||||||
|
|
||||||
Additionally, Password requirement strings (e.g "Must have at least n characters") can be customized, which is useful if you're translating the page. In your `form.html` file, inside script tags, add this:
|
Additionally, Password requirement strings (e.g "Must have at least n characters") can be customized, which is useful if you're translating the page. In your `form.html` file, inside script tags, add this:
|
||||||
```javascript
|
```javascript
|
||||||
var validationStrings = {
|
window.validationStrings = {
|
||||||
"length": {
|
"length": {
|
||||||
"singular": "Must have at least {n} character",
|
"singular": "Must have at least {n} character",
|
||||||
"plural": "Must have a least {n} characters"
|
"plural": "Must have a least {n} characters"
|
||||||
|
Loading…
Reference in New Issue
Block a user