Skip to content

Commit

Permalink
Fix incorrectly placed label in tab_online (minetest#12732)
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklp09 committed Sep 2, 2022
1 parent 75d88dc commit 2854c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/mainmenu/tab_online.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ local function get_formspec(tabview, name, tabdata)
-- Name / Password
"container[0,4.8]" ..
"label[0.25,0;" .. fgettext("Name") .. "]" ..
"label[3,0;" .. fgettext("Password") .. "]" ..
"label[2.875,0;" .. fgettext("Password") .. "]" ..
"field[0.25,0.2;2.625,0.75;te_name;;" .. core.formspec_escape(core.settings:get("name")) .. "]" ..
"pwdfield[2.875,0.2;2.625,0.75;te_pwd;]" ..
"container_end[]" ..
Expand Down

0 comments on commit 2854c19

Please sign in to comment.