Skip to content

Commit 167054f

Browse files
tbradshamatticbot
authored andcommitted
Forms: fix typo on empty submission message (#42082)
* emtpy → empty * Add changelog Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13553478565 Upstream-Ref: Automattic/jetpack@c9cf578
1 parent 26ee9ad commit 167054f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/contact-form/js/accessible-form.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/contact-form/js/accessible-form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const L10N = {
3030
/* translators: generic error message */
3131
genericError: __( 'Please correct this field', 'jetpack-forms' ),
3232
/* translators: error message shown when no field has been filled out */
33-
emptyForm: __( 'The form you are trying to submit is emtpy.', 'jetpack-forms' ),
33+
emptyForm: __( 'The form you are trying to submit is empty.', 'jetpack-forms' ),
3434
errorCount: d =>
3535
/* translators: message displayed when errors need to be fixed. %d is the number of errors. */
3636
_n( 'You need to fix %d error.', 'You need to fix %d errors.', d, 'jetpack-forms' ),

0 commit comments

Comments
 (0)