Changed defualt to default (#14)

Co-authored-by: durendal
This commit is contained in:
Brian Hewitt 2022-08-07 01:14:47 -06:00 committed by GitHub
parent 4717cdea1f
commit 9fa38d39a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -455,7 +455,7 @@ export default {
tooltipName(value) {
switch (value.name) {
case "default":
return "Defualt Mode";
return "Default Mode";
case "select":
return "Select Blocks";
case "text":