Skip to content

Commit 1d48b0f

Browse files
author
wongband
committed
Updated error message for CreateTag
1 parent 099da4a commit 1d48b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/backend/tags/decorators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def wrap(*args, **kwargs):
3131

3232
if errors:
3333
return {
34-
"message": "Unable to create tag. Please enter all required form inputs."
34+
"message": "Missing or sending incorrect data to create a classroom. Double check the JSON data that it has everything needed to create a Tag."
3535
}, 422
3636
else:
3737
return f(*args, **kwargs)

0 commit comments

Comments
 (0)