Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Teeman <brian@teeman.net>
  • Loading branch information
Fedik and brianteeman committed Jan 28, 2024
1 parent 22d8573 commit 41bf9db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion administrator/components/com_users/forms/user.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
label="COM_USERS_USER_COLORSCHEME_LABEL"
default=""
validate="options"
>
>
<option value="">JOPTION_USE_DEFAULT</option>
<option value="os">COM_USERS_USER_COLORSCHEME_OPTION_FOLLOW_OS</option>
<option value="light">COM_USERS_USER_COLORSCHEME_OPTION_LIGHT</option>
Expand Down
2 changes: 1 addition & 1 deletion components/com_users/forms/frontend.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
label="COM_USERS_USER_COLORSCHEME_LABEL"
default=""
filter="options"
>
>
<option value="">JOPTION_USE_DEFAULT</option>
<option value="0">COM_USERS_USER_COLORSCHEME_OPTION_FOLLOW_OS</option>
<option value="light">COM_USERS_USER_COLORSCHEME_OPTION_LIGHT</option>
Expand Down

0 comments on commit 41bf9db

Please sign in to comment.