Skip to content

Commit 5877c31

Browse files
Improve translators docs
1 parent 334cad6 commit 5877c31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/views/openai-view.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<label class="form-label"><?php esc_html_e( 'The OpenAI account API key:', 'feedzy-rss-feeds' ); ?></label>
1616
<div class="help-text pb-8">
1717
<?php
18-
// translators: %1$s: openrouter key document url, %2$s: link text.
18+
// translators: %1$s: OpenAI key document url, %2$s: link text.
1919
echo wp_kses_post( sprintf( __( 'Get your OpenAI API key from <a href="%1$s" target="_blank">%2$s</a>', 'feedzy-rss-feeds' ), esc_url( 'https://platform.openai.com/account/api-keys' ), __( 'OpenAI API keys', 'feedzy-rss-feeds' ) ) );
2020
?>
2121
</div>
@@ -25,7 +25,7 @@
2525
<label class="form-label"><?php esc_html_e( 'The OpenAI model:', 'feedzy-rss-feeds' ); ?></label>
2626
<div class="help-text pb-8">
2727
<?php
28-
// translators: %1$s: openrouter pricing url, %2$s: link text.
28+
// translators: %1$s: OpenAI pricing url, %2$s: link text.
2929
echo wp_kses_post( sprintf( __( 'OpenAI API models <a href="%1$s" target="_blank">%2$s</a>', 'feedzy-rss-feeds' ), esc_url( 'https://openai.com/api/pricing/' ), __( 'Pricing', 'feedzy-rss-feeds' ) ) );
3030
?>
3131
</div>

0 commit comments

Comments
 (0)