diff --git a/frames/window_options2_sections.lua b/frames/window_options2_sections.lua index cccc4785..20e027b2 100644 --- a/frames/window_options2_sections.lua +++ b/frames/window_options2_sections.lua @@ -607,7 +607,7 @@ do {type = "label", get = function() return Loc ["STRING_OPTIONS_SOCIAL"] end, text_template = subSectionTitleTextTemplate}, {--nickname type = "textentry", - get = function() return Details:GetNickname(Details.playername, _G.UnitName("player"), true) or "" end, + get = function() return Details:GetNickname(_G.UnitName("player"), _G.UnitName("player"), true) or "" end, func = function(self, _, text) local accepted, errortext = Details:SetNickname(text) if (not accepted) then