Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nuritsha committed Sep 23, 2024
1 parent af79d0b commit 59bc051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/content/widgets/hero.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ protected function get_configured_breakpoints( $add_desktop = 'true' ): array {
$devices_options = [];

foreach ( $active_devices as $device_key ) {
$device_label = 'desktop' === $device_key ? esc_html__( 'Desktop', 'elementor' ) : $active_breakpoint_instances[ $device_key ]->get_label();
$device_label = 'desktop' === $device_key ? esc_html__( 'Desktop', 'hello-plus' ) : $active_breakpoint_instances[ $device_key ]->get_label();
$devices_options[ $device_key ] = $device_label;
}

Expand Down

0 comments on commit 59bc051

Please sign in to comment.