Validation text on Lorem helper incorrect #15714
Labels
actions
Relating to Budibase app actions
bug
Something isn't working
env - production
Bug found in production
low-hanging-fruit
Checklist
Hosting
Describe the bug

Validation text for
{{ lorem }}
suggests that it requires 1 parameter, however it is actually set up to work without a parameter, as well as with a single numeric value as a parameter.{{ lorem }} -> "Lorem ipsum"
{{ lorem 25 }} -> // Returns 25 characters of Lorem Ipsum
To Reproduce
Steps to reproduce the behavior:
{{ lorem }}
Expected behavior
Validation should account for no parameter being passed
The text was updated successfully, but these errors were encountered: