Skip to content

Commit 291fd6f

Browse files
authored
Merge pull request #15697 from Budibase/BUDI-9113
Fixes validation text in custom user roles
2 parents 70b793d + 991b478 commit 291fd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/builder/src/components/backend/RoleEditor/RoleNode.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
4444
const validateDescription = description => {
4545
if (!description?.length) {
46-
return "Please enter a name"
46+
return "Please enter a description"
4747
}
4848
return null
4949
}

0 commit comments

Comments
 (0)