| @@ -137,9 +137,11 @@ | ||
| 137 | 137 | if ( empty( $feature ) || |
| 138 | 138 | ( in_array( $feature, $biz_features, true ) && ! apply_filters( 'visualizer_is_business', false ) ) || |
| 139 | 139 | ( in_array( $feature, $pro_features, true ) && ! Visualizer_Module::is_pro() ) |
| 140 | 140 | ) { |
| 141 | + // translators: $s - the name of the plan (PRO). | |
| 141 | 142 | $msg = sprintf( __( 'Upgrade to %s to activate this feature!', 'visualizer' ), 'PRO' ); |
| 143 | + // translators: $s - the name of the plan (Plus). | |
| 142 | 144 | $plus_msg = sprintf( __( 'Upgrade to %s plan to activate this feature!', 'visualizer' ), 'Plus' ); |
| 143 | 145 | if ( in_array( $feature, $biz_features, true ) && Visualizer_Module::is_pro() ) { |
| 144 | 146 | $msg = $plus_msg; |
| 145 | 147 | } |