We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ff365 commit 7bede4eCopy full SHA for 7bede4e
projects/packages/forms/src/blocks/input-phone/index.js
@@ -7,8 +7,11 @@ import save from './save';
7
const name = 'phone-input';
8
const settings = {
9
apiVersion: 3,
10
- title: __( 'International Phone Input', 'jetpack-forms' ),
11
- description: __( 'A compound input for international phone numbers.', 'jetpack-forms' ),
+ title: __( 'Phone Input', 'jetpack-forms' ),
+ description: __(
12
+ 'A compound input for phone numbers with international support.',
13
+ 'jetpack-forms'
14
+ ),
15
category: 'contact-form',
16
icon: {
17
src: renderMaterialIcon(
0 commit comments