Skip to content

Fix copy-paste bug in contact form error message#706

Open
Avicennasis wants to merge 1 commit into
18F:mainfrom
Avicennasis:docs/fix-typos
Open

Fix copy-paste bug in contact form error message#706
Avicennasis wants to merge 1 commit into
18F:mainfrom
Avicennasis:docs/fix-typos

Conversation

@Avicennasis

Copy link
Copy Markdown

Summary

  • Fix copy-paste bug in assets/javascripts/contact.js line 12
  • Error message references apiUmbrellaSignupOptions.apiKey but the code reads from apiUmbrellaContactOptions
  • Fixed to match the actual variable name being checked

One-line fix in a string literal.

The alert string referenced `apiUmbrellaSignupOptions.apiKey` but the
code actually reads from `apiUmbrellaContactOptions` (line 8). Updated
the error message to match the correct options object name.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant