Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Update invalid scene message (#10746)
Browse files Browse the repository at this point in the history
  • Loading branch information
CITIZENDOT authored Jul 29, 2024
1 parent e84397f commit 4b41d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-core/i18n/en/editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"unknownStatus": "Unknown Status",
"CORS": "Possibly a CORS error",
"urlFetchError": "Failed to fetch \"{{url}}\"",
"invalidSceneName": "Provide a valid scene name"
"invalidSceneName": "Provide a valid scene name. Only alphanumerics, hyphens and underscores are allowed. (max length 64)"
},
"viewport": {
"title": "Viewport",
Expand Down

0 comments on commit 4b41d5a

Please sign in to comment.