Skip to content

Commit

Permalink
Rename Matter configuration menu (#22615)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hadinger authored Dec 9, 2024
1 parent 71dfae2 commit a12c934
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/libesp32/berry_matter/src/embedded/Matter_UI.be
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class Matter_UI
# webserver.content_send("<p><form id=ac action='matterc' style='display: block;' method='get'><button>Configure Matter</button></form></p>")
webserver.content_send("<p><form id=ac action='matterc' style='display: block;' method='get'><button>")
webserver.content_send(matter._LOGO)
webserver.content_send(" Configure Matter</button></form></p>")
webserver.content_send(" Matter</button></form></p>")
end

#- ---------------------------------------------------------------------- -#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ static const bvalue be_ktab_class_Matter_UI[232] = {
/* K182 */ be_nested_str_weak(_X3C_X2Ftable_X3E_X3Chr_X3E),
/* K183 */ be_nested_str_weak(_X3Cp_X3E_X3Cform_X20id_X3Dac_X20action_X3D_X27matterc_X27_X20style_X3D_X27display_X3A_X20block_X3B_X27_X20method_X3D_X27get_X27_X3E_X3Cbutton_X3E),
/* K184 */ be_nested_str_weak(_LOGO),
/* K185 */ be_nested_str_weak(_X20Configure_X20Matter_X3C_X2Fbutton_X3E_X3C_X2Fform_X3E_X3C_X2Fp_X3E),
/* K185 */ be_nested_str_weak(_X20Matter_X3C_X2Fbutton_X3E_X3C_X2Fform_X3E_X3C_X2Fp_X3E),
/* K186 */ be_nested_str_weak(get_plugin_class_displayname),
/* K187 */ be_nested_str_weak(Matter_X20Advanced_X20Configuration),
/* K188 */ be_nested_str_weak(show_passcode_form),
Expand Down

0 comments on commit a12c934

Please sign in to comment.