Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes #763: AVIF support: UI #769

Merged
merged 1 commit into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading