Skip to content

Commit

Permalink
Update selectors-dictionary.md (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
rami-elementor authored Sep 12, 2024
1 parent 1806481 commit b202243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/editor-controls/selectors-dictionary.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ $this->add_control(
'type' => \Elementor\Controls_Manager::CHOOSE,
'default' => 'center',
'options' => [
'left' => [
'end' => [
'title' => esc_html__( 'End', 'textdomain' ),
'icon' => 'eicon-text-align-' . ( is_rtl() ? 'right' : 'left' ),
],
'center' => [
'title' => esc_html__( 'Center', 'textdomain' ),
'icon' => 'eicon-text-align-center',
],
'right' => [
'start' => [
'title' => esc_html__( 'Start', 'textdomain' ),
'icon' => 'eicon-text-align-' . ( is_rtl() ? 'left' : 'right' ),
],
Expand Down

0 comments on commit b202243

Please sign in to comment.