Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rudlinkon committed Aug 28, 2024
1 parent 7314b64 commit acb0efe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/Elements/Filterable_Gallery.php
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ protected function register_controls()
[
'label' => esc_html__( 'Display Consent Notice', 'essential-addons-for-elementor-lite' ),
'type' => \Elementor\Controls_Manager::SWITCHER,
'description' => esc_html__( 'If enabled, The consent motice will appear before playing the video.', 'essential-addons-for-elementor-lite' ),
'description' => esc_html__( 'If enabled, The consent notice will appear before playing the video.', 'essential-addons-for-elementor-lite' ),
'default' => '',
]
);
Expand Down
2 changes: 1 addition & 1 deletion languages/essential-addons-for-elementor-lite.pot
Original file line number Diff line number Diff line change
Expand Up @@ -3974,7 +3974,7 @@ msgid "Display Consent Notice"
msgstr ""

#: ../includes/Elements/Filterable_Gallery.php:560
msgid "If enabled, The consent motice will appear before playing the video."
msgid "If enabled, The consent notice will appear before playing the video."
msgstr ""

#: ../includes/Elements/Filterable_Gallery.php:568
Expand Down

0 comments on commit acb0efe

Please sign in to comment.