Skip to content

Commit 30b289b

Browse files
Updated submit button label
Signed-off-by: Natalia Luzuriaga <natalia.luzuriaga@cms.hhs.gov>
1 parent ce73f74 commit 30b289b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/generateFormComponents.js

Lines changed: 1 addition & 1 deletion
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)