| @@ -66,10 +66,10 @@ | ||
| 66 | 66 | |
| 67 | 67 | Helper::emit_sse_message( [ |
| 68 | 68 | 'action' => 'log', |
| 69 | 69 | 'level' => 'info', |
| 70 | + /* translators: %s - the name of the Redux option. */ | |
| 70 | 71 | 'message' => sprintf( esc_html__( |
| 71 | - /* translators: %s - the name of the Redux option. */ | |
| 72 | 72 | 'Redux settings import for: %s finished successfully!', 'ablocks' ), $redux_item['option_name'] ), |
| 73 | 73 | ] ); |
| 74 | 74 | } else { |
| 75 | 75 | Helper::emit_sse_message( [ |
| @@ -74,10 +74,10 @@ | ||
| 74 | 74 | } else { |
| 75 | 75 | Helper::emit_sse_message( [ |
| 76 | 76 | 'action' => 'log', |
| 77 | 77 | 'level' => 'warning', |
| 78 | + /* translators: %s - the name of the Redux option. */ | |
| 78 | 79 | 'message' => sprintf( esc_html__( |
| 79 | - /* translators: %s - the name of the Redux option. */ | |
| 80 | 80 | 'The Redux option name: %s, was not found in this WP site, so it was not imported!', 'ablocks' ), $redux_item['option_name'] ), |
| 81 | 81 | ] ); |
| 82 | 82 | }//end if |
| 83 | 83 | }//end foreach |