Skip to content

Commit a1406d4

Browse files
committed
updated upsell text
1 parent f40ffc4 commit a1406d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/admin/js/page/admin-settings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,10 +1208,10 @@ const AdminSettings = () => {
12081208
<div className="cimo-sidebar-heading-icon">
12091209
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" className="lucide lucide-crown-icon lucide-crown"><path d="M11.562 3.266a.5.5 0 0 1 .876 0L15.39 8.87a1 1 0 0 0 1.516.294L21.183 5.5a.5.5 0 0 1 .798.519l-2.834 10.246a1 1 0 0 1-.956.734H5.81a1 1 0 0 1-.957-.734L2.02 6.02a.5.5 0 0 1 .798-.519l4.276 3.664a1 1 0 0 0 1.516-.294z" /><path d="M5 21h14" /></svg>
12101210
</div>
1211-
<h2>{ __( 'Upgrade For Full Control', 'cimo-image-optimizer' ) }</h2>
1211+
<h2>{ __( 'Unlock Full Optimization', 'cimo-image-optimizer' ) }</h2>
12121212
</div>
12131213
<p className="cimo-premium-intro">
1214-
{ __( 'Optimize existing images, control user uploads, and keep your server free from image processing.', 'cimo-image-optimizer' ) }
1214+
{ __( 'Get even smaller file sizes, optimize existing media files, control user uploads, while keeping your server free from image processing.', 'cimo-image-optimizer' ) }
12151215
</p>
12161216
<h3 className="screen-reader-text" style={ {
12171217
position: 'absolute', width: '1px', height: '1px', overflow: 'hidden', clip: 'rect(1px, 1px, 1px, 1px)',

0 commit comments

Comments
 (0)