From 27209fb0b0e81aa95e2e18222ed961c68007a6ae Mon Sep 17 00:00:00 2001 From: rafsuntaskin Date: Wed, 6 Jun 2018 11:51:12 +0600 Subject: [PATCH] change text domains to 'wp-user-frontend' --- Gruntfile.js | 2 +- admin/class-admin-settings.php | 24 +- admin/class-admin-subscription.php | 110 ++++---- admin/class-admin-welcome.php | 2 +- admin/class-tools.php | 76 +++--- .../js/components/builder-stage/template.php | 8 +- .../components/field-option-data/template.php | 8 +- .../template.php | 2 +- .../js/components/field-select/template.php | 2 +- .../components/field-visibility/template.php | 2 +- .../form-featured_image/template.php | 2 +- .../components/form-image_upload/template.php | 2 +- .../components/form-post_content/template.php | 2 +- .../js/components/form-taxonomy/template.php | 2 +- .../class-wpuf-admin-form-builder-ajax.php | 4 +- .../class-wpuf-admin-form-builder.php | 40 +-- ...class-wpuf-form-builder-field-settings.php | 244 ++++++++--------- admin/form-builder/views/form-builder.php | 20 +- admin/form-handler.php | 20 +- admin/form-template.php | 8 +- admin/form.php | 182 ++++++------- admin/html/form-settings-display.php | 22 +- admin/html/form-settings-payment.php | 32 +-- admin/html/form-settings-post-edit.php | 30 +-- admin/html/form-settings-post.php | 58 ++--- admin/html/form-submission-restriction.php | 70 ++--- admin/html/modal.php | 20 +- admin/html/support.php | 70 ++--- admin/html/whats-new.php | 162 ++++++------ admin/installer.php | 30 +-- admin/post-forms-list-table-view.php | 8 +- admin/post-forms-list-table.php | 40 +-- admin/posting.php | 16 +- admin/premium.php | 150 +++++------ admin/promotion.php | 4 +- admin/settings-options.php | 246 +++++++++--------- admin/subscribers.php | 4 +- admin/template-post.php | 68 ++--- admin/template.php | 122 ++++----- admin/tools.php | 6 +- admin/transactions.php | 2 +- admin/weforms.php | 8 +- class/asset-loader.php | 20 +- class/frontend-account.php | 32 +-- class/frontend-dashboard.php | 8 +- class/frontend-form-post.php | 32 +-- class/payment.php | 46 ++-- class/post-form-templates/post.php | 38 +-- class/render-form.php | 26 +- class/subscription.php | 70 ++--- class/transactions-list-table.php | 46 ++-- class/upload.php | 6 +- includes/class-acf.php | 14 +- includes/class-billing-address.php | 18 +- includes/class-customizer.php | 46 ++-- includes/class-dokan-integration.php | 10 +- includes/class-form-preview.php | 4 +- includes/class-gutenblock.php | 2 +- includes/class-list-table-subscribers.php | 24 +- includes/class-login-widget.php | 76 +++--- includes/class-privacy.php | 136 +++++----- includes/class-user-subscription.php | 20 +- includes/class-whats-new.php | 10 +- ...-wpuf-form-builder-field-settings-free.php | 28 +- includes/free/admin/shortcode-builder.php | 12 +- includes/free/admin/shortcode-button.php | 16 +- includes/free/class-login.php | 62 ++--- includes/free/class-registration.php | 24 +- includes/free/edit-profile.php | 50 ++-- includes/free/edit-user.php | 46 ++-- includes/free/form-element.php | 132 +++++----- includes/free/loader.php | 26 +- .../free/post-form-templates/woocommerce.php | 4 +- includes/free/subscription.php | 4 +- includes/setup-wizard.php | 64 ++--- lib/class-wedevs-insights.php | 18 +- lib/class-weforms-upsell.php | 8 +- lib/class.settings-api.php | 2 +- lib/gateway/bank.php | 18 +- lib/gateway/paypal.php | 12 +- templates/dashboard.php | 38 +-- templates/dashboard/billing-address.php | 16 +- templates/dashboard/dashboard.php | 4 +- templates/dashboard/edit-profile.php | 22 +- templates/dashboard/posts.php | 34 +-- templates/dashboard/subscription.php | 18 +- templates/dokan/new-post.php | 2 +- templates/dokan/post-listing.php | 2 +- templates/logged-in.php | 4 +- templates/login-form.php | 8 +- templates/lost-pass-form.php | 4 +- templates/registration-form.php | 14 +- templates/reset-pass-form.php | 6 +- templates/subscriptions/pack-details.php | 4 +- templates/unauthorized.php | 2 +- views/welcome-page.php | 8 +- wpuf-functions.php | 160 ++++++------ wpuf.php | 32 +-- 98 files changed, 1759 insertions(+), 1759 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 92c99a4df..053d3f1ce 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -42,7 +42,7 @@ module.exports = function(grunt) { addtextdomain: { options: { - textdomain: 'wpuf', + textdomain: 'wp-user-frontend', }, update_all_domains: { options: { diff --git a/admin/class-admin-settings.php b/admin/class-admin-settings.php index 409409ef5..8d2b03a04 100644 --- a/admin/class-admin-settings.php +++ b/admin/class-admin-settings.php @@ -84,9 +84,9 @@ function admin_menu() { $capability = wpuf_admin_role(); // Translation issue: Hook name change due to translate menu title - $this->menu_pages[] = add_menu_page( __( 'WP User Frontend', 'wpuf' ), __( 'User Frontend', '' ), $capability, 'wp-user-frontend', array($this, 'wpuf_post_forms_page'), 'data:image/svg+xml;base64,' . base64_encode( '' ), 55 ); + $this->menu_pages[] = add_menu_page( __( 'WP User Frontend', 'wp-user-frontend' ), __( 'User Frontend', '' ), $capability, 'wp-user-frontend', array($this, 'wpuf_post_forms_page'), 'data:image/svg+xml;base64,' . base64_encode( '' ), 55 ); - $this->menu_pages[] = add_submenu_page( 'wp-user-frontend', __( 'Post Forms', 'wpuf' ), __( 'Post Forms', 'wpuf' ), $capability, 'wpuf-post-forms', array( $this, 'wpuf_post_forms_page' ) ); + $this->menu_pages[] = add_submenu_page( 'wp-user-frontend', __( 'Post Forms', 'wp-user-frontend' ), __( 'Post Forms', 'wp-user-frontend' ), $capability, 'wpuf-post-forms', array( $this, 'wpuf_post_forms_page' ) ); remove_submenu_page( 'wp-user-frontend', 'wp-user-frontend' ); /** @@ -95,29 +95,29 @@ function admin_menu() { do_action( 'wpuf_admin_menu_top' ); if ( !class_exists( 'WeForms' ) ) { - $this->menu_pages[] = add_submenu_page( 'wp-user-frontend', __( 'weForms', 'wpuf' ), __( 'Contact Form', 'wpuf' ), $capability, 'wpuf_weforms', array($this, 'weforms_page') ); + $this->menu_pages[] = add_submenu_page( 'wp-user-frontend', __( 'weForms', 'wp-user-frontend' ), __( 'Contact Form', 'wp-user-frontend' ), $capability, 'wpuf_weforms', array($this, 'weforms_page') ); } if ( 'on' == wpuf_get_option( 'enable_payment', 'wpuf_payment', 'on' ) ) { - $this->menu_pages[] = add_submenu_page( 'wp-user-frontend', __( 'Subscriptions', 'wpuf' ), __( 'Subscriptions', 'wpuf' ), $capability, 'edit.php?post_type=wpuf_subscription' ); + $this->menu_pages[] = add_submenu_page( 'wp-user-frontend', __( 'Subscriptions', 'wp-user-frontend' ), __( 'Subscriptions', 'wp-user-frontend' ), $capability, 'edit.php?post_type=wpuf_subscription' ); } do_action( 'wpuf_admin_menu' ); if ( 'on' == wpuf_get_option( 'enable_payment', 'wpuf_payment', 'on' ) ) { - $transactions_page = add_submenu_page( 'wp-user-frontend', __( 'Transactions', 'wpuf' ), __( 'Transactions', 'wpuf' ), $capability, 'wpuf_transaction', array($this, 'transactions_page') ); + $transactions_page = add_submenu_page( 'wp-user-frontend', __( 'Transactions', 'wp-user-frontend' ), __( 'Transactions', 'wp-user-frontend' ), $capability, 'wpuf_transaction', array($this, 'transactions_page') ); } - $this->menu_pages[] = add_submenu_page( 'wp-user-frontend', __( 'Tools', 'wpuf' ), __( 'Tools', 'wpuf' ), $capability, 'wpuf_tools', array($this, 'tools_page') ); + $this->menu_pages[] = add_submenu_page( 'wp-user-frontend', __( 'Tools', 'wp-user-frontend' ), __( 'Tools', 'wp-user-frontend' ), $capability, 'wpuf_tools', array($this, 'tools_page') ); do_action( 'wpuf_admin_menu_bottom' ); if ( !class_exists( 'WP_User_Frontend_Pro' ) ) { - $this->menu_pages[] = add_submenu_page( 'wp-user-frontend', __( 'Premium', 'wpuf' ), __( 'Premium', 'wpuf' ), $capability, 'wpuf_premium', array($this, 'premium_page') ); + $this->menu_pages[] = add_submenu_page( 'wp-user-frontend', __( 'Premium', 'wp-user-frontend' ), __( 'Premium', 'wp-user-frontend' ), $capability, 'wpuf_premium', array($this, 'premium_page') ); } - $this->menu_pages[] = add_submenu_page( 'wp-user-frontend', __( 'Help', 'wpuf' ), __( 'Help', 'wpuf' ), $capability, 'wpuf-support', array($this, 'support_page') ); - $this->menu_pages[] = add_submenu_page( 'wp-user-frontend', __( 'Settings', 'wpuf' ), __( 'Settings', 'wpuf' ), $capability, 'wpuf-settings', array($this, 'plugin_page') ); + $this->menu_pages[] = add_submenu_page( 'wp-user-frontend', __( 'Help', 'wp-user-frontend' ), __( 'Help', 'wp-user-frontend' ), $capability, 'wpuf-support', array($this, 'support_page') ); + $this->menu_pages[] = add_submenu_page( 'wp-user-frontend', __( 'Settings', 'wp-user-frontend' ), __( 'Settings', 'wp-user-frontend' ), $capability, 'wpuf-settings', array($this, 'plugin_page') ); - $this->menu_pages[] = add_submenu_page( 'edit.php?post_type=wpuf_subscription', __( 'Subscribers', 'wpuf' ), __( 'Subscribers', 'wpuf' ), $capability, 'wpuf_subscribers', array($this, 'subscribers_page') ); + $this->menu_pages[] = add_submenu_page( 'edit.php?post_type=wpuf_subscription', __( 'Subscribers', 'wp-user-frontend' ), __( 'Subscribers', 'wp-user-frontend' ), $capability, 'wpuf_subscribers', array($this, 'subscribers_page') ); $_registered_pages['user-frontend_page_wpuf_subscribers'] = true; // hack to work the nested subscribers page // manually add subsription page @@ -153,7 +153,7 @@ function plugin_page() { ?>
-

+

__( 'Number of items per page:', 'wpuf' ), + 'label' => __( 'Number of items per page:', 'wp-user-frontend' ), 'default' => 20, 'option' => 'transactions_per_page' ); diff --git a/admin/class-admin-subscription.php b/admin/class-admin-subscription.php index fa56078b0..35cd042ab 100644 --- a/admin/class-admin-subscription.php +++ b/admin/class-admin-subscription.php @@ -57,7 +57,7 @@ public static function getInstance() { * Add settings metaboxes */ public function add_meta_boxes() { - add_meta_box( 'wpuf-metabox-subscription', __( 'Pack Description', 'wpuf' ), array($this, 'pack_description_metabox'), 'wpuf_subscription', 'normal', 'high' ); + add_meta_box( 'wpuf-metabox-subscription', __( 'Pack Description', 'wp-user-frontend' ), array($this, 'pack_description_metabox'), 'wpuf_subscription', 'normal', 'high' ); add_meta_box( 'wpuf_subs_metabox', 'Subscription Options', array( $this, 'subs_meta_box' ), 'wpuf_subscription' ); } @@ -70,16 +70,16 @@ public function add_meta_boxes() { function form_updated_message( $messages ) { $message = array( 0 => '', - 1 => __( 'Subscription pack updated.', 'wpuf' ), - 2 => __( 'Custom field updated.', 'wpuf' ), - 3 => __( 'Custom field deleted.', 'wpuf' ), - 4 => __( 'Subscription pack updated.', 'wpuf' ), - 5 => isset( $_GET['revision'] ) ? sprintf( __( 'Subscription pack restored to revision from %s', 'wpuf' ), wp_post_revision_title( (int) $_GET['revision'], false ) ) : false, - 6 => __( 'Subscription pack published.', 'wpuf' ), - 7 => __( 'Subscription pack saved.', 'wpuf' ), - 8 => __( 'Subscription pack submitted.', 'wpuf' ), + 1 => __( 'Subscription pack updated.', 'wp-user-frontend' ), + 2 => __( 'Custom field updated.', 'wp-user-frontend' ), + 3 => __( 'Custom field deleted.', 'wp-user-frontend' ), + 4 => __( 'Subscription pack updated.', 'wp-user-frontend' ), + 5 => isset( $_GET['revision'] ) ? sprintf( __( 'Subscription pack restored to revision from %s', 'wp-user-frontend' ), wp_post_revision_title( (int) $_GET['revision'], false ) ) : false, + 6 => __( 'Subscription pack published.', 'wp-user-frontend' ), + 7 => __( 'Subscription pack saved.', 'wp-user-frontend' ), + 8 => __( 'Subscription pack submitted.', 'wp-user-frontend' ), 9 => '', - 10 => __( 'Subscription pack draft updated.', 'wpuf' ), + 10 => __( 'Subscription pack draft updated.', 'wp-user-frontend' ), ); $messages['wpuf_subscription'] = $message; @@ -190,11 +190,11 @@ function profile_subscription_update( $user_id ) { */ function subscription_columns_head( $head ) { unset($head['date']); - $head['title'] = __( 'Pack Name', 'wpuf' ); - $head['amount'] = __( 'Amount', 'wpuf' ); - $head['subscribers'] = __( 'Subscribers', 'wpuf' ); - $head['recurring'] = __( 'Recurring', 'wpuf' ); - $head['duration'] = __( 'Duration', 'wpuf' ); + $head['title'] = __( 'Pack Name', 'wp-user-frontend' ); + $head['amount'] = __( 'Amount', 'wp-user-frontend' ); + $head['subscribers'] = __( 'Subscribers', 'wp-user-frontend' ); + $head['recurring'] = __( 'Recurring', 'wp-user-frontend' ); + $head['duration'] = __( 'Duration', 'wp-user-frontend' ); return $head; } @@ -213,7 +213,7 @@ function subscription_columns_content( $column_name, $post_ID ) { $amount = get_post_meta( $post_ID, '_billing_amount', true ); if ( intval($amount) == 0 ) { - $amount = __( 'Free', 'wpuf' ); + $amount = __( 'Free', 'wp-user-frontend' ); } else { $amount = wpuf_format_price( $amount ); } @@ -231,9 +231,9 @@ function subscription_columns_content( $column_name, $post_ID ) { $recurring = get_post_meta( $post_ID, '_recurring_pay', true ); if ( $recurring == 'yes' ) { - _e( 'Yes', 'wpuf' ); + _e( 'Yes', 'wp-user-frontend' ); } else { - _e( 'No', 'wpuf' ); + _e( 'No', 'wp-user-frontend' ); } break; @@ -322,14 +322,14 @@ public function subs_meta_box() {
  • - +
  • - +
  • @@ -343,8 +343,8 @@ public function subs_meta_box() { + + @@ -352,7 +352,7 @@ public function subs_meta_box() { - + @@ -376,12 +376,12 @@ public function subs_meta_box() { ?> - + @@ -393,7 +393,7 @@ public function subs_meta_box() { 'day' => 30 ); ?> - + -

    +

    - +

    - +

    - + @@ -514,10 +514,10 @@ public function enqueue_profile_script() { */ function option_field( $selected ) { ?> - - - - + + + +
    -

    +

    get_details_meta_value(); - $billing_amount = ( isset( $pack->meta_value['billing_amount'] ) && intval( $pack->meta_value['billing_amount'] ) > 0 ) ? $details_meta['symbol'] . $pack->meta_value['billing_amount'] : __( 'Free', 'wpuf' ); + $billing_amount = ( isset( $pack->meta_value['billing_amount'] ) && intval( $pack->meta_value['billing_amount'] ) > 0 ) ? $details_meta['symbol'] . $pack->meta_value['billing_amount'] : __( 'Free', 'wp-user-frontend' ); $recurring_pay = ( isset( $pack->meta_value['recurring_pay'] ) && $pack->meta_value['recurring_pay'] == 'yes' ) ? true : false; if ( $billing_amount && $recurring_pay ) { - $recurring_des = sprintf( __( 'For each %s %s', 'wpuf' ), $pack->meta_value['billing_cycle_number'], $pack->meta_value['cycle_period'], $pack->meta_value['trial_duration_type'] ); - $recurring_des .= !empty( $pack->meta_value['billing_limit'] ) ? sprintf( __( ', for %s installments', 'wpuf' ), $pack->meta_value['billing_limit'] ) : ''; + $recurring_des = sprintf( __( 'For each %s %s', 'wp-user-frontend' ), $pack->meta_value['billing_cycle_number'], $pack->meta_value['cycle_period'], $pack->meta_value['trial_duration_type'] ); + $recurring_des .= !empty( $pack->meta_value['billing_limit'] ) ? sprintf( __( ', for %s installments', 'wp-user-frontend' ), $pack->meta_value['billing_limit'] ) : ''; $recurring_des = $recurring_des; } else { $recurring_des = ''; @@ -584,7 +584,7 @@ function profile_subscription_details( $profileuser ) {
    - + @@ -594,7 +594,7 @@ function profile_subscription_details( $profileuser ) {
    - + @@ -608,13 +608,13 @@ function profile_subscription_details( $profileuser ) {
    -

    +

    -

    +

    @@ -635,7 +635,7 @@ function profile_subscription_details( $profileuser ) {
    -

    +

    - + - + @@ -669,7 +669,7 @@ function profile_subscription_details( $profileuser ) { 'day' => 30 ); ?> - +
    >
    @@ -750,17 +750,17 @@ function profile_subscription_details( $profileuser ) {
    - - + +
    - + @@ -771,7 +771,7 @@ function profile_subscription_details( $profileuser ) { do_action( 'wpuf_admin_subscription_content', $userdata->ID ) ?>
    - +
    @@ -820,7 +820,7 @@ public function add_help_link() { diff --git a/admin/class-admin-welcome.php b/admin/class-admin-welcome.php index afe0a2dce..96bf40153 100644 --- a/admin/class-admin-welcome.php +++ b/admin/class-admin-welcome.php @@ -19,7 +19,7 @@ function __construct() { * @return void */ public function register_menu() { - add_dashboard_page( __( 'Welcome to WP User Frontend', 'wpuf' ), __( 'Welcome to WP User Frontend', 'wpuf' ), 'manage_options', 'wpuf-welcome', array( $this, 'welcome_page' ) ); + add_dashboard_page( __( 'Welcome to WP User Frontend', 'wp-user-frontend' ), __( 'Welcome to WP User Frontend', 'wp-user-frontend' ), 'manage_options', 'wpuf-welcome', array( $this, 'welcome_page' ) ); } /** diff --git a/admin/class-tools.php b/admin/class-tools.php index d4457e94b..b21fe5e75 100644 --- a/admin/class-tools.php +++ b/admin/class-tools.php @@ -30,18 +30,18 @@ function list_forms() { if ( $forms ) { ?>
    -

    +

    - +

    -

    +

    +

    @@ -59,7 +59,7 @@ function list_forms() { %s

    ', __( 'Sorry you have no form to export', 'wpuf' ) ); + sprintf( '

    %s

    ', __( 'Sorry you have no form to export', 'wp-user-frontend' ) ); } } @@ -84,7 +84,7 @@ function list_regis_forms() { if ( $forms ) { ?>
    -

    +

    @@ -92,12 +92,12 @@ function list_regis_forms() {

    - +

    - +

    @@ -110,14 +110,14 @@ function list_regis_forms() { - +

    %s

    ', __( 'Sorry you have no form to export', 'wpuf' ) ); + sprintf( '

    %s

    ', __( 'Sorry you have no form to export', 'wp-user-frontend' ) ); } } @@ -130,7 +130,7 @@ function import_data() { if ( $_FILES['import']['error'] > 0 ) { - printf( '

    %s

    ', __( 'Somthing went wrong. Please choose a file again', 'wpuf' ) ); + printf( '

    %s

    ', __( 'Somthing went wrong. Please choose a file again', 'wp-user-frontend' ) ); } else { $file_name = $_FILES['import']['name']; @@ -142,24 +142,24 @@ function import_data() { $data = static::import_json_file( $_FILES['import']['tmp_name'] ); if ( $data ) { - printf( '

    %s

    ', __( 'Import successful. Have fun!', 'wpuf' ) ); + printf( '

    %s

    ', __( 'Import successful. Have fun!', 'wp-user-frontend' ) ); } } else { - printf( '

    %s

    ', __( 'Invalid file or file size too big.', 'wpuf' ) ); + printf( '

    %s

    ', __( 'Invalid file or file size too big.', 'wp-user-frontend' ) ); } } } ?> -

    +

    -

    -

    Import button, we will do the rest for you.', 'wpuf' ); ?>

    +

    +

    Import button, we will do the rest for you.', 'wp-user-frontend' ); ?>

    - +

    %s

    ', __( 'Please select some form for exporting', 'wpuf' ) ); + printf( '

    %s

    ', __( 'Please select some form for exporting', 'wp-user-frontend' ) ); } else { static::export_to_json( 'wpuf_profile', $post_ids ); } @@ -234,7 +234,7 @@ function export_data( $export_type, $post_ids ) { } elseif ( $export_type == 'selected' && check_admin_referer( 'wpuf-export-form' ) ) { if ( $_POST['formlist'] == NULL ) { - printf( '

    %s

    ', __( 'Please select some form for exporting', 'wpuf' ) ); + printf( '

    %s

    ', __( 'Please select some form for exporting', 'wp-user-frontend' ) ); } else { static::export_to_json( 'wpuf_forms', $post_ids ); } @@ -316,18 +316,18 @@ function formetted_meta_key_value( $array ) { function tool_page() { $msg = isset( $_GET['msg'] ) ? $_GET['msg'] : ''; $text = ''; - $confirmation_message = __( 'Are you Sure?', 'wpuf' ); + $confirmation_message = __( 'Are you Sure?', 'wp-user-frontend' ); switch ($msg) { case 'del_forms': - $text = __( 'All forms has been deleted', 'wpuf' ); + $text = __( 'All forms has been deleted', 'wp-user-frontend' ); break; case 'settings_cleared': - $text = __( 'Settings has been cleared!', 'wpuf' ); + $text = __( 'Settings has been cleared!', 'wp-user-frontend' ); break; case 'del_trans': - $text = __( 'All transactions has been deleted!', 'wpuf' ); + $text = __( 'All transactions has been deleted!', 'wp-user-frontend' ); break; } @@ -344,43 +344,43 @@ function tool_page() {
    -

    +

    -

    - +

    +
    -

    +

    -

    Caution: This tool will delete all the plugin settings of WP User Frontend Pro', 'wpuf' ); ?>

    - +

    Caution: This tool will delete all the plugin settings of WP User Frontend Pro', 'wp-user-frontend' ); ?>

    +
    -

    +

    -

    Caution: This tool will delete all the post and registration/profile forms.', 'wpuf' ); ?>

    +

    Caution: This tool will delete all the post and registration/profile forms.', 'wp-user-frontend' ); ?>

    - - - - + + + +
    -

    +

    -

    +

    - +
    diff --git a/admin/form-builder/assets/js/components/builder-stage/template.php b/admin/form-builder/assets/js/components/builder-stage/template.php index 5c5fe4a69..bfe7863ad 100644 --- a/admin/form-builder/assets/js/components/builder-stage/template.php +++ b/admin/form-builder/assets/js/components/builder-stage/template.php @@ -1,6 +1,6 @@

    - +

    -

    +

    • - : {{ field.name }} | : {{ field.meta_value }} + : {{ field.name }} | : {{ field.meta_value }}

      diff --git a/admin/form-builder/assets/js/components/field-option-data/template.php b/admin/form-builder/assets/js/components/field-option-data/template.php index f683ab82c..c3cc86c5b 100644 --- a/admin/form-builder/assets/js/components/field-option-data/template.php +++ b/admin/form-builder/assets/js/components/field-option-data/template.php @@ -2,7 +2,7 @@ @@ -13,11 +13,11 @@

       
      - +
      - +
       
      @@ -65,5 +65,5 @@ class="option-chooser-radio"
    - +
    diff --git a/admin/form-builder/assets/js/components/field-option-pro-feature-alert/template.php b/admin/form-builder/assets/js/components/field-option-pro-feature-alert/template.php index 420164a1d..d17b1bab0 100644 --- a/admin/form-builder/assets/js/components/field-option-pro-feature-alert/template.php +++ b/admin/form-builder/assets/js/components/field-option-pro-feature-alert/template.php @@ -1,6 +1,6 @@

    diff --git a/admin/form-builder/assets/js/components/field-select/template.php b/admin/form-builder/assets/js/components/field-select/template.php index 90480918f..d72d0dbb7 100644 --- a/admin/form-builder/assets/js/components/field-select/template.php +++ b/admin/form-builder/assets/js/components/field-select/template.php @@ -4,7 +4,7 @@
    diff --git a/admin/form-builder/assets/js/components/field-visibility/template.php b/admin/form-builder/assets/js/components/field-visibility/template.php index dfb9f6c80..950daaad0 100644 --- a/admin/form-builder/assets/js/components/field-visibility/template.php +++ b/admin/form-builder/assets/js/components/field-visibility/template.php @@ -50,7 +50,7 @@ } } else { - _e( 'No subscription plan found.', 'wpuf' ); + _e( 'No subscription plan found.', 'wp-user-frontend' ); } ?> diff --git a/admin/form-builder/assets/js/components/form-featured_image/template.php b/admin/form-builder/assets/js/components/form-featured_image/template.php index c25987dda..2eab24bc7 100644 --- a/admin/form-builder/assets/js/components/form-featured_image/template.php +++ b/admin/form-builder/assets/js/components/form-featured_image/template.php @@ -3,7 +3,7 @@