|
37 | 37 | </ul>
|
38 | 38 | <ul class="fz-pro-features-table-row">
|
39 | 39 | <li class="features-info">
|
40 |
| - <h3 class="h3"><?php esc_html_e( 'Filter by Keyword(s) or Time Range', 'feedzy-rss-feeds' ); ?></h3> |
| 40 | + <h3 class="h3"><?php esc_html_e( 'Advanced Filtering', 'feedzy-rss-feeds' ); ?></h3> |
41 | 41 | <p>
|
42 |
| - <?php esc_html_e( 'With this feature you can filter feed items, and Display or Exclude items if the title or content contains specific keyword(s). Additionally you can select a date range to import items within the selected date.', 'feedzy-rss-feeds' ); ?> |
| 42 | + <?php esc_html_e( 'With robust filtering options, you can include items matching any condition, filter by fields like title, description, or custom fields, and use operators like contains, equals, or regex for precise control.', 'feedzy-rss-feeds' ); ?> |
43 | 43 | </p>
|
44 | 44 | </li>
|
45 | 45 | <li class="free" data-label="Free">
|
|
121 | 121 | <li class="features-info">
|
122 | 122 | <h3 class="h3">
|
123 | 123 | <?php
|
124 |
| - // translators: %s: OpenAI (ChatGPT) |
125 |
| - echo sprintf( esc_html__( '%s Support', 'feedzy-rss-feeds' ), __( 'OpenAI (ChatGPT)', 'feedzy-rss-feeds' ) ); |
| 124 | + echo esc_html__( 'AI Support', 'feedzy-rss-feeds' ); |
126 | 125 | ?>
|
127 |
| - <span class="pro-label"><?php esc_html_e( 'Answer a few questions to help us improve Feedzy', 'feedzy-rss-feeds' ); ?></span> |
| 126 | + <span class="pro-label"><?php esc_html_e( 'Developer & Agency plans', 'feedzy-rss-feeds' ); ?></span> |
128 | 127 | </h3>
|
129 | 128 | <p>
|
130 | 129 | <?php
|
131 |
| - /* translators: %s: OpenAI API */ |
132 |
| - echo sprintf( esc_html__( 'Using the %s integration, paraphrase, summarize, generate missing featured images, or apply your custom prompt to the imported content.', 'feedzy-rss-feeds' ), __( 'OpenAI API', 'feedzy-rss-feeds' ) ); |
| 130 | + /* translators: %s: OpenAI (ChatGPT) or OpenRouter */ |
| 131 | + echo sprintf( esc_html__( 'Using the %s integration, paraphrase, summarize, generate missing featured images, or apply your custom prompt to the imported content.', 'feedzy-rss-feeds' ), __( 'OpenAI (ChatGPT) or OpenRouter', 'feedzy-rss-feeds' ) ); |
133 | 132 | ?>
|
134 | 133 | </p>
|
135 | 134 | </li>
|
|
0 commit comments