Skip to content

Commit

Permalink
Change default form url label on posts (#10702)
Browse files Browse the repository at this point in the history
  • Loading branch information
gititon authored and jeherve committed Nov 21, 2018
1 parent 4adb4b6 commit 1ba79b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/contact-form/grunion-contact-form.php
Expand Up @@ -2216,7 +2216,7 @@ static function get_default_label_from_type( $type ) {
case 'email':
return __( 'Email', 'jetpack' );
case 'url':
return __( 'Url', 'jetpack' );
return __( 'Website', 'jetpack' );
case 'date':
return __( 'Date', 'jetpack' );
case 'telephone':
Expand Down

0 comments on commit 1ba79b7

Please sign in to comment.