Skip to content

Commit b202243

Browse files
Update selectors-dictionary.md (#283)
1 parent 1806481 commit b202243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/editor-controls/selectors-dictionary.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ $this->add_control(
7070
'type' => \Elementor\Controls_Manager::CHOOSE,
7171
'default' => 'center',
7272
'options' => [
73-
'left' => [
73+
'end' => [
7474
'title' => esc_html__( 'End', 'textdomain' ),
7575
'icon' => 'eicon-text-align-' . ( is_rtl() ? 'right' : 'left' ),
7676
],
7777
'center' => [
7878
'title' => esc_html__( 'Center', 'textdomain' ),
7979
'icon' => 'eicon-text-align-center',
8080
],
81-
'right' => [
81+
'start' => [
8282
'title' => esc_html__( 'Start', 'textdomain' ),
8383
'icon' => 'eicon-text-align-' . ( is_rtl() ? 'left' : 'right' ),
8484
],

0 commit comments

Comments
 (0)