1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-11-22 10:20:11 +00:00

Updated Appearance (markdown)

Harvey Tindall 2020-10-22 19:10:05 +01:00
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:
```javascript
var validationStrings = {
window.validationStrings = {
"length": {
"singular": "Must have at least {n} character",
"plural": "Must have a least {n} characters"