| @@ -95,8 +95,9 @@ | ||
| 95 | 95 | } |
| 96 | 96 | if ( ! in_array( $post['source'], [ 'popup_notification', 'exit_intent_custom' ], true ) ) { |
| 97 | 97 | continue; |
| 98 | 98 | } |
| 99 | + /* translators: %d: notification ID */ | |
| 99 | 100 | $label = $post['title'] ?: sprintf( __( '#%d', 'notificationx' ), $post['nx_id'] ); |
| 100 | 101 | $options[ (string) $post['nx_id'] ] = sprintf( |
| 101 | 102 | '%s (%s)', |
| 102 | 103 | $label, |