Skip to content

Commit 7bede4e

Browse files
committed
change phone-input name
1 parent 69ff365 commit 7bede4e

File tree

1 file changed

+5
-2
lines changed
  • projects/packages/forms/src/blocks/input-phone

1 file changed

+5
-2
lines changed

projects/packages/forms/src/blocks/input-phone/index.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ import save from './save';
77
const name = 'phone-input';
88
const settings = {
99
apiVersion: 3,
10-
title: __( 'International Phone Input', 'jetpack-forms' ),
11-
description: __( 'A compound input for international phone numbers.', 'jetpack-forms' ),
10+
title: __( 'Phone Input', 'jetpack-forms' ),
11+
description: __(
12+
'A compound input for phone numbers with international support.',
13+
'jetpack-forms'
14+
),
1215
category: 'contact-form',
1316
icon: {
1417
src: renderMaterialIcon(

0 commit comments

Comments
 (0)