You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__( 'Forms could not be imported. Please make sure your files have the .json extension, and that they were generated by the', 'gravityforms-power-boost' ),
137
-
__( 'Gravity Forms Export form', 'gravityforms-power-boost' ),
138
-
__( 'tool.', 'gravityforms-power-boost' )
136
+
__( 'Forms could not be imported. Please make sure your files have the .json extension, and that they were generated by the', 'power-boost-for-gravity-forms' ),
137
+
__( 'Gravity Forms Export form', 'power-boost-for-gravity-forms' ),
138
+
__( 'tool.', 'power-boost-for-gravity-forms' )
139
139
);
140
140
GFCommon::add_error_message( $error_message );
141
141
} elseif ( '-1' === $count ) {
142
-
GFCommon::add_error_message( esc_html__( 'Forms could not be imported. Your export file is not compatible with your current version of Gravity Forms.', 'gravityforms-power-boost' ) );
142
+
GFCommon::add_error_message( esc_html__( 'Forms could not be imported. Your export file is not compatible with your current version of Gravity Forms.', 'power-boost-for-gravity-forms' ) );
esc_html__( 'Select the Gravity Forms export files you would like to import. Please make sure your files have the .json extension, and that they were generated by the', 'gravityforms-power-boost' ),
178
-
esc_html__( 'Gravity Forms Export form', 'gravityforms-power-boost' ),
179
-
esc_html__( 'tool. When you click the import button below, Gravity Forms will import the forms.', 'gravityforms-power-boost' )
177
+
esc_html__( 'Select the Gravity Forms export files you would like to import. Please make sure your files have the .json extension, and that they were generated by the', 'power-boost-for-gravity-forms' ),
178
+
esc_html__( 'Gravity Forms Export form', 'power-boost-for-gravity-forms' ),
179
+
esc_html__( 'tool. When you click the import button below, Gravity Forms will import the forms.', 'power-boost-for-gravity-forms' )
esc_html__( 'This feature updates existing forms instead of creating duplicates like the Import Forms tab. Provided by', 'gravityforms-power-boost' ),
187
-
esc_html__( 'Power Boost for Gravity Forms', 'gravityforms-power-boost' )
186
+
esc_html__( 'This feature updates existing forms instead of creating duplicates like the Import Forms tab. Provided by', 'power-boost-for-gravity-forms' ),
187
+
esc_html__( 'Power Boost for Gravity Forms', 'power-boost-for-gravity-forms' )
@@ -256,7 +256,7 @@ public function settings_files_location( $field, $echo = true ) {
256
256
$html = sprintf(
257
257
'<code>%s</code><p>%s</p>',
258
258
GFPB_Local_JSON::json_save_path(),
259
-
__( 'This plugin generates a .json export of each form that is created or modified at the location above. Use the filter hook <i>gravityforms_local_json_save_path</i> to change this folder path.', 'gravityforms-power-boost' )
259
+
__( 'This plugin generates a .json export of each form that is created or modified at the location above. Use the filter hook <i>gravityforms_local_json_save_path</i> to change this folder path.', 'power-boost-for-gravity-forms' )
displayMessage(<?phpechowp_json_encode( __( 'You must select at least one feed to resend.', 'gravityforms-power-boost' ) ); ?>, 'error', '#feeds');
329
+
displayMessage(<?phpechowp_json_encode( __( 'You must select at least one feed to resend.', 'power-boost-for-gravity-forms' ) ); ?>, 'error', '#feeds');
0 commit comments