Skip to content

Commit

Permalink
Replaced "platform" word with "provider"
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh committed Dec 13, 2024
1 parent ad41a40 commit 382dbff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/Classifai/Admin/Notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function render_activation_notice() {
</div>
<div class="classifai-activation-message">
<p><?php esc_html_e( 'Thanks for downloading ClassifAI.', 'classifai' ); ?></p>
<p><?php esc_html_e( 'Choose your features, connect your AI platform accounts, and you’re ready to go.', 'classifai' ); ?></p>
<p><?php esc_html_e( 'Choose your features, connect your AI provider accounts, and you’re ready to go.', 'classifai' ); ?></p>
</div>
<a class="components-button is-primary" href="<?php echo esc_url( $setup_url ); ?>">
<?php esc_html_e( 'Get started', 'classifai' ); ?>
Expand Down
4 changes: 2 additions & 2 deletions src/js/settings/components/classifai-onboarding/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ export const ClassifAIOnboarding = () => {
</li>
<li>
<strong>
{ __( 'Get an AI platform account.', 'classifai' ) }
{ __( 'Get an AI provider account.', 'classifai' ) }
</strong>
</li>
<li>
<strong>
{ __(
'Connect your AI platform to ClassifAI. ',
'Connect your AI provider to ClassifAI. ',
'classifai'
) }
</strong>
Expand Down

0 comments on commit 382dbff

Please sign in to comment.