Change the local to-do list creation button to 'Create' (#140484)

This commit is contained in:
Allen Porter 2025-03-12 19:38:50 -07:00 committed by GitHub
parent ab56a4ca69
commit 6a743310bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,8 @@
"description": "Please choose a name for your new To-do list", "description": "Please choose a name for your new To-do list",
"data": { "data": {
"todo_list_name": "To-do list name" "todo_list_name": "To-do list name"
} },
"submit": "Create"
} }
}, },
"abort": { "abort": {