Skip to content

Commit

Permalink
Closes #763: AVIF support: UI (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miraeld authored Jan 3, 2024
1 parent 9302759 commit f3c600a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion views/button/delete-webp.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<a href="<?php echo esc_url( $data['url'] ); ?>"<?php echo $html_atts; ?>>
<span class="dashicons dashicons-image-rotate"></span>
<?php esc_html_e( 'Delete WebP images', 'imagify' ); ?>
<?php esc_html_e( 'Delete next-gen images', 'imagify' ); ?>
</a>

<?php
Expand Down
2 changes: 1 addition & 1 deletion views/button/generate-webp.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<a href="<?php echo esc_url( $data['url'] ); ?>"<?php echo $html_atts; ?>>
<span class="dashicons dashicons-admin-generic"></span>
<?php
esc_html_e( 'Generate WebP versions', 'imagify' );
esc_html_e( 'Generate next-gen images versions', 'imagify' );
?>
</a>

Expand Down
2 changes: 1 addition & 1 deletion views/part-settings-webp.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@

<button id="imagify-generate-webp-versions" class="button imagify-button-primary imagify-button-mini" type="button">
<span class="dashicons dashicons-admin-generic"></span>
<span class="button-text"><?php esc_html_e( 'Generate missing WebP versions', 'imagify' ); ?></span>
<span class="button-text"><?php esc_html_e( 'Generate missing next-gen images versions', 'imagify' ); ?></span>
</button>

<?php
Expand Down

0 comments on commit f3c600a

Please sign in to comment.