Skip to content

Commit

Permalink
Merge pull request #18748 from brave/adjust_sidebar_settings_option
Browse files Browse the repository at this point in the history
Adjusted sidebar position settings option
  • Loading branch information
simonhong authored Jun 5, 2023
2 parents 0d2640e + d90bcdf commit f7ef771
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions browser/resources/settings/brave_appearance_page/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
<controlled-radio-button
class="list-item"
pref="[[prefs.side_panel.is_right_aligned]]"
label="$i18n{sidePanelAlignLeft}"
name="false"
label="$i18n{sidePanelAlignRight}"
name="true"
no-extension-indicator>
</controlled-radio-button>
<controlled-radio-button
class="list-item"
pref="[[prefs.side_panel.is_right_aligned]]"
label="$i18n{sidePanelAlignRight}"
name="true"
label="$i18n{sidePanelAlignLeft}"
name="false"
no-extension-indicator>
</controlled-radio-button>
</settings-radio-group>
Expand Down

0 comments on commit f7ef771

Please sign in to comment.