Skip to content

Commit

Permalink
Update aam-deploy.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sleidig authored Nov 29, 2023
1 parent e56b4d2 commit 19e8587
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions integrations/elementor-plugin/form-actions/aam-deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public function register_settings_section( $widget ) {
[
'label' => esc_html__( 'Client name', 'elementor-forms-aam-deploy' ),
'type' => \Elementor\Controls_Manager::TEXT,
'description' => esc_html__( 'Enter you client name.', 'elementor-forms-aam-deploy' ),
'description' => esc_html__( 'Enter your client name (i.e. ???).', 'elementor-forms-aam-deploy' ),
]
);

Expand All @@ -149,7 +149,7 @@ public function register_settings_section( $widget ) {
[
'label' => esc_html__( 'Client key', 'elementor-forms-aam-deploy' ),
'type' => \Elementor\Controls_Manager::TEXT,
'description' => esc_html__( 'Enter you secret client key.', 'elementor-forms-aam-deploy' ),
'description' => esc_html__( 'Enter your secret client key (API token).', 'elementor-forms-aam-deploy' ),
]
);

Expand All @@ -158,7 +158,7 @@ public function register_settings_section( $widget ) {
[
'label' => esc_html__( 'Language', 'elementor-forms-aam-deploy' ),
'type' => \Elementor\Controls_Manager::TEXT,
'description' => esc_html__( 'Enter the default language for the deployed app ("en", "de",...).', 'elementor-forms-aam-deploy' ),
'description' => esc_html__( 'Enter the default language for the deployed app ("en", "de", ...).', 'elementor-forms-aam-deploy' ),
'default' => 'en'
]
);
Expand Down Expand Up @@ -209,4 +209,4 @@ public function on_export( $element ) {

return $element;
}
}
}

0 comments on commit 19e8587

Please sign in to comment.