Skip to content

Commit 30b289b

Browse files
Updated submit button label
Signed-off-by: Natalia Luzuriaga <[email protected]>
1 parent ce73f74 commit 30b289b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/generateFormComponents.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ async function createFormComponents() {
299299
// Add submit button to form
300300
components.push({
301301
type: "button",
302-
label: "Create code.json metadata",
302+
label: "Generate code.json metadata",
303303
key: "submit",
304304
disableOnInvalid: false,
305305
input: true,

0 commit comments

Comments
 (0)