Skip to content

Commit

Permalink
Forms: rename "URL" field to "Website"
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed Jan 13, 2025
1 parent c8662ce commit 2debec5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: changed

Forms: rename "URL" field to "Website"
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ export const childBlocks = [
name: 'field-url',
settings: {
...FieldDefaults,
title: __( 'URL Field', 'jetpack-forms' ),
title: __( 'Website Field', 'jetpack-forms' ),
keywords: [
__( 'url', 'jetpack-forms' ),
__( 'internet page', 'jetpack-forms' ),
Expand Down

0 comments on commit 2debec5

Please sign in to comment.