Skip to content

Commit

Permalink
improvement in texts
Browse files Browse the repository at this point in the history
  • Loading branch information
teamcrombie committed Oct 8, 2024
1 parent 173051c commit 277fbc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/Ilove_Img_Wm_Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public function ilove_img_wm_library_is_watermarked() {
} elseif ( 2 === (int) $status_watermark ) {
Ilove_Img_Wm_Resources::render_watermark_details( $attachment_id );
} elseif ( 0 === (int) $status_watermark && ! $status_watermark ) {
echo 'Try again or buy more files';
echo 'Try again or buy more credits';
}
}

Expand Down Expand Up @@ -394,7 +394,7 @@ public function show_notices() {
if ( $account['files_used'] >= $account['free_files_limit'] && $account['package_files_used'] >= $account['package_files_limit'] && (int) $account['subscription_files_used'] >= $account['subscription_files_limit'] ) {
?>
<div class="notice notice-warning is-dismissible">
<p><strong>iLoveIMG</strong> - Please you need more files. <a href="https://iloveapi.com/pricing" target="_blank">Buy more files</a></p>
<p><strong>iLoveIMG</strong> - Please you need more credits. <a href="https://iloveapi.com/pricing" target="_blank">Buy more credits</a></p>
</div>
<?php
}
Expand Down

0 comments on commit 277fbc7

Please sign in to comment.