Skip to content

Commit

Permalink
fix: gif to video setting description
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Oct 21, 2019
1 parent 1277f04 commit 063d37b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/vue/components/compression.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- GIF replacement toggle button -->
<div class="field columns">
<label class="label column has-text-grey-dark">
{{strings.enable_gif_replace}}
{{strings.enable_gif_replace_title}}

<p class="is-italic has-text-weight-normal">
{{strings.gif_replacer_desc}}
Expand Down
2 changes: 2 additions & 0 deletions inc/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,8 @@ private function get_dashboard_strings() {
'enable_lazyload_placeholder_title' => __( 'Enable generic lazyload placeholder', 'optimole-wp' ),
'enable_lazyload_placeholder_desc' => __( 'Enabling this might affect the user experience in some cases, however it will reduce the number of total requests and page weight. Try it out and see how works best for you!', 'optimole-wp' ),
'show' => __( 'Show', 'optimole-wp' ),
'enable_gif_replace_title' => __( 'Enable Gif to Video conversion', 'optimole-wp' ),
'gif_replacer_desc' => __( 'Automatically convert GIF images to Video files(MP4 and WebM)', 'optimole-wp' ),
'filter_operator_contains' => __( 'contains', 'optimole-wp' ),
'filter_operator_is' => __( 'is', 'optimole-wp' ),
'filter_filename' => __( 'Image filename', 'optimole-wp' ),
Expand Down

0 comments on commit 063d37b

Please sign in to comment.