Skip to content

Commit

Permalink
Internal: Update AI upgrade modal [ED-12831]
Browse files Browse the repository at this point in the history
  • Loading branch information
arielk committed Nov 28, 2023
1 parent 1d201cc commit f21412d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ai/assets/js/editor/components/upgrade-chip.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const UpgradeChip = ( {
if ( hasSubscription ) {
actionUrl = usagePercentage >= 100 ? 'https://go.elementor.com/ai-popup-upgrade-limit-reached/' : 'https://go.elementor.com/ai-popup-upgrade-limit-reached-80-percent/';
}
const actionLabel = hasSubscription ? __( 'Maximize Your Access to Elementor AI', 'elementor' ) : __( 'Get Elementor AI', 'elementor' );
const actionLabel = hasSubscription ? __( 'Upgrade Elementor AI', 'elementor' ) : __( 'Get Elementor AI', 'elementor' );

return (
<Box
Expand Down Expand Up @@ -124,7 +124,7 @@ const UpgradeChip = ( {
<StyledArrow ref={ arrowEl } />

<Typography variant="h5" color="text.primary">
{ __( 'Maximum access to Elementor AI', 'elementor' ) }
{ __( 'Maximize Your Access to Elementor AI', 'elementor' ) }
</Typography>

<List sx={ { mb: 1 } }>
Expand Down

0 comments on commit f21412d

Please sign in to comment.